#99476D

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

Shades of Cadillac #99476D

Tints of Cadillac #99476D

Color information

#99476D (or 0x99476D) is unknown color: approx Cadillac. HEX triplet: 99, 47 and 6D. RGB value is (153,71,109). Sum of RGB (Red+Green+Blue) = 153+71+109=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99476D is #66B892. Grayscale: #636363. Windows color (decimal): -6731923 or 7161753. OLE color: 7161753.

HSL color Cylindrical-coordinate representation of color #99476D: hue angle of 332.2º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99476D is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB15371109-
CMYK00.540.290.4
HSL332.2º36.61%43.92%-
HSV(B)332.2º53.59%60%-
XYZ18.1512.3815.9-
YUV99.85133.17165.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=45.95%
G=21.32%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537110900.540.290.4332.236.6143.92
Hex99476D0361D2814c252c
Octal23110715506635505144554
Binary1001100110001111101101011011011101101000101001100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99476D; }

 p { color: rgb(153,71,109); }

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

<style>
 a { background-color: #99476D; }

 a { background-color: rgb(153,71,109); }

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

<style>
 span { border-color: #99476D; }

 span { border-color: rgb(153,71,109); }

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