#954966

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

Shades of Cadillac #954966

Tints of Cadillac #954966

Color information

#954966 (or 0x954966) is unknown color: approx Cadillac. HEX triplet: 95, 49 and 66. RGB value is (149,73,102). Sum of RGB (Red+Green+Blue) = 149+73+102=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #954966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954966 is #6AB699. Grayscale: #626262. Windows color (decimal): -6993562 or 6703509. OLE color: 6703509.

HSL color Cylindrical-coordinate representation of color #954966: hue angle of 337.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954966 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14973102-
CMYK00.510.320.42
HSL337.11º34.23%43.53%-
HSV(B)337.11º51.01%58.43%-
XYZ17.1812.1114-
YUV99.03129.68163.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 102 (40.23% from 255) = 31.48%
R=45.99%
G=22.53%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497310200.510.320.42337.1134.2343.53
Hex954966033202A151222c
Octal22511114606340525214254
Binary10010101100100111001100110011100000101010101010001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954966; }

 p { color: rgb(149,73,102); }

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

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

 a { background-color: rgb(149,73,102); }

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

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

 span { border-color: rgb(149,73,102); }

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