#98406D

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

Shades of Cadillac #98406D

Tints of Cadillac #98406D

Color information

#98406D (or 0x98406D) is unknown color: approx Cadillac. HEX triplet: 98, 40 and 6D. RGB value is (152,64,109). Sum of RGB (Red+Green+Blue) = 152+64+109=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98406D is #67BF92. Grayscale: #5F5F5F. Windows color (decimal): -6799251 or 7159960. OLE color: 7159960.

HSL color Cylindrical-coordinate representation of color #98406D: hue angle of 329.32º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98406D is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15264109-
CMYK00.580.280.40
HSL329.32º40.74%42.35%-
HSV(B)329.32º57.89%59.61%-
XYZ17.5411.4515.75-
YUV95.44135.65168.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=46.77%
G=19.69%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526410900.580.280.40329.3240.7442.35
Hex98406D03A1C28149292a
Octal23010015507234505115152
Binary1001100010000001101101011101011100101000101001001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98406D; }

 p { color: rgb(152,64,109); }

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

<style>
 a { background-color: #98406D; }

 a { background-color: rgb(152,64,109); }

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

<style>
 span { border-color: #98406D; }

 span { border-color: rgb(152,64,109); }

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