#99426B

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

Shades of Cadillac #99426B

Tints of Cadillac #99426B

Color information

#99426B (or 0x99426B) is unknown color: approx Cadillac. HEX triplet: 99, 42 and 6B. RGB value is (153,66,107). Sum of RGB (Red+Green+Blue) = 153+66+107=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99426B is #66BD94. Grayscale: #606060. Windows color (decimal): -6733205 or 7029401. OLE color: 7029401.

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

Color convert

RGB15366107-
CMYK00.570.300.4
HSL331.72º39.73%42.94%-
HSV(B)331.72º56.86%60%-
XYZ17.7411.7315.24-
YUV96.69133.82168.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=46.93%
G=20.25%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536610700.570.300.4331.7239.7342.94
Hex99426B0391E2814c282b
Octal23110215307136505145053
Binary1001100110000101101011011100111110101000101001100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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