#954176

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

Shades of Cadillac #954176

Tints of Cadillac #954176

Color information

#954176 (or 0x954176) is unknown color: approx Cadillac. HEX triplet: 95, 41 and 76. RGB value is (149,65,118). Sum of RGB (Red+Green+Blue) = 149+65+118=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #954176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954176 is #6ABE89. Grayscale: #606060. Windows color (decimal): -6995594 or 7750037. OLE color: 7750037.

HSL color Cylindrical-coordinate representation of color #954176: hue angle of 322.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954176 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14965118-
CMYK00.560.210.42
HSL322.14º39.25%41.96%-
HSV(B)322.14º56.38%58.43%-
XYZ17.5511.4818.43-
YUV96.16140.33165.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=44.88%
G=19.58%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496511800.560.210.42322.1439.2541.96
Hex954176038152A142272a
Octal22510116607025525024752
Binary1001010110000011110110011100010101101010101000010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954176; }

 p { color: rgb(149,65,118); }

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

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

 a { background-color: rgb(149,65,118); }

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

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

 span { border-color: rgb(149,65,118); }

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