#96476E

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

Shades of Cadillac #96476E

Tints of Cadillac #96476E

Color information

#96476E (or 0x96476E) is unknown color: approx Cadillac. HEX triplet: 96, 47 and 6E. RGB value is (150,71,110). Sum of RGB (Red+Green+Blue) = 150+71+110=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96476E is #69B891. Grayscale: #626262. Windows color (decimal): -6928530 or 7227286. OLE color: 7227286.

HSL color Cylindrical-coordinate representation of color #96476E: hue angle of 330.38º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96476E is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15071110-
CMYK00.530.270.41
HSL330.38º35.75%43.33%-
HSV(B)330.38º52.67%58.82%-
XYZ17.6512.1216.16-
YUV99.07134.17164.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=45.32%
G=21.45%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507111000.530.270.41330.3835.7543.33
Hex96476E0351B2914a242b
Octal22610715606533515124453
Binary1001011010001111101110011010111011101001101001010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96476E; }

 p { color: rgb(150,71,110); }

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

<style>
 a { background-color: #96476E; }

 a { background-color: rgb(150,71,110); }

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

<style>
 span { border-color: #96476E; }

 span { border-color: rgb(150,71,110); }

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