#98406F

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

Shades of Cadillac #98406F

Tints of Cadillac #98406F

Color information

#98406F (or 0x98406F) is unknown color: approx Cadillac. HEX triplet: 98, 40 and 6F. RGB value is (152,64,111). Sum of RGB (Red+Green+Blue) = 152+64+111=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98406F is #67BF90. Grayscale: #5F5F5F. Windows color (decimal): -6799249 or 7291032. OLE color: 7291032.

HSL color Cylindrical-coordinate representation of color #98406F: hue angle of 327.95º 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 #98406F is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15264111-
CMYK00.580.270.40
HSL327.95º40.74%42.35%-
HSV(B)327.95º57.89%59.61%-
XYZ17.6511.4916.33-
YUV95.67136.65168.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=46.48%
G=19.57%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526411100.580.270.40327.9540.7442.35
Hex98406F03A1B28148292a
Octal23010015707233505105152
Binary1001100010000001101111011101011011101000101001000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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