#954A66

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

Shades of Cadillac #954A66

Tints of Cadillac #954A66

Color information

#954A66 (or 0x954A66) is unknown color: approx Cadillac. HEX triplet: 95, 4A and 66. RGB value is (149,74,102). Sum of RGB (Red+Green+Blue) = 149+74+102=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #954A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A66 is #6AB599. Grayscale: #636363. Windows color (decimal): -6993306 or 6703765. OLE color: 6703765.

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

Color convert

RGB14974102-
CMYK00.500.320.42
HSL337.6º33.63%43.73%-
HSV(B)337.6º50.34%58.43%-
XYZ17.2412.2514.03-
YUV99.62129.35163.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=45.85%
G=22.77%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497410200.500.320.42337.633.6343.73
Hex954A66032202A152222c
Octal22511214606240525224254
Binary10010101100101011001100110010100000101010101010010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954A66; }

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

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

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

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

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

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

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

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