#98406A

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

Shades of Cadillac #98406A

Tints of Cadillac #98406A

Color information

#98406A (or 0x98406A) is unknown color: approx Cadillac. HEX triplet: 98, 40 and 6A. RGB value is (152,64,106). Sum of RGB (Red+Green+Blue) = 152+64+106=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #98406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98406A is #67BF95. Grayscale: #5F5F5F. Windows color (decimal): -6799254 or 6963352. OLE color: 6963352.

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

Color convert

RGB15264106-
CMYK00.580.300.40
HSL331.36º40.74%42.35%-
HSV(B)331.36º57.89%59.61%-
XYZ17.3811.3814.92-
YUV95.1134.15168.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=47.20%
G=19.88%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526410600.580.300.40331.3640.7442.35
Hex98406A03A1E2814b292a
Octal23010015207236505135152
Binary1001100010000001101010011101011110101000101001011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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