#98426A

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

Shades of Cadillac #98426A

Tints of Cadillac #98426A

Color information

#98426A (or 0x98426A) is unknown color: approx Cadillac. HEX triplet: 98, 42 and 6A. RGB value is (152,66,106). Sum of RGB (Red+Green+Blue) = 152+66+106=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #98426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98426A is #67BD95. Grayscale: #606060. Windows color (decimal): -6798742 or 6963864. OLE color: 6963864.

HSL color Cylindrical-coordinate representation of color #98426A: hue angle of 332.09º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98426A is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15266106-
CMYK00.570.300.40
HSL332.09º39.45%42.75%-
HSV(B)332.09º56.58%59.61%-
XYZ17.511.6114.95-
YUV96.27133.49167.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=46.91%
G=20.37%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526610600.570.300.40332.0939.4542.75
Hex98426A0391E2814c272b
Octal23010215207136505144753
Binary1001100010000101101010011100111110101000101001100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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