#98426B

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

Shades of Cadillac #98426B

Tints of Cadillac #98426B

Color information

#98426B (or 0x98426B) is unknown color: approx Cadillac. HEX triplet: 98, 42 and 6B. RGB value is (152,66,107). Sum of RGB (Red+Green+Blue) = 152+66+107=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98426B is #67BD94. Grayscale: #606060. Windows color (decimal): -6798741 or 7029400. OLE color: 7029400.

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

Color convert

RGB15266107-
CMYK00.570.300.40
HSL331.4º39.45%42.75%-
HSV(B)331.4º56.58%59.61%-
XYZ17.5511.6315.23-
YUV96.39133.99167.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 66 (26.17% from 255) = 20.31%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=46.77%
G=20.31%
B=32.92%

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
Decimal1526610700.570.300.40331.439.4542.75
Hex98426B0391E2814b272b
Octal23010215307136505134753
Binary1001100010000101101011011100111110101000101001011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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