#98466b

Color #98466B Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #98466B

Tints of Cadillac #98466B

Color information

#98466B (or 0x98466B) is unknown color: approx Cadillac. HEX triplet: 98, 46 and 6B. RGB value is (152,70,107). Sum of RGB (Red+Green+Blue) = 152+70+107=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98466B is #67B994. Grayscale: #626262. Windows color (decimal): -6797717 or 7030424. OLE color: 7030424.

HSL color Cylindrical-coordinate representation of color #98466B: hue angle of 332.93º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98466B is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15270107-
CMYK00.540.300.40
HSL332.93º36.94%43.53%-
HSV(B)332.93º53.95%59.61%-
XYZ17.7912.1215.31-
YUV98.74132.67165.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=46.20%
G=21.28%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527010700.540.300.40332.9336.9443.53
Hex98466B0361E2814d252c
Octal23010615306636505154554
Binary1001100010001101101011011011011110101000101001101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98466b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98466b; }

 p { color: rgb(152,70,107); }

 H1.HeaderClassName
 {
   color: #98466b;
 }
 .AnyTagClassName
 {
   color: #98466b;
 }
</style>
background-color css

<style>
 a { background-color: #98466b; }

 a { background-color: rgb(152,70,107); }

 div.DivClassName
 {
   background-color: #98466b;
 }
 .BgClassName
 {
   background-color: #98466b;
 }
</style>
border-color css

<style>
 span { border-color: #98466b; }

 span { border-color: rgb(152,70,107); }

 td.TdClassName
 {
   border-color: #98466b;
 }
 .TagClassName
 {
   border-color: #98466b;
 }
</style>