#954476

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

Shades of Cadillac #954476

Tints of Cadillac #954476

Color information

#954476 (or 0x954476) is unknown color: approx Cadillac. HEX triplet: 95, 44 and 76. RGB value is (149,68,118). Sum of RGB (Red+Green+Blue) = 149+68+118=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #954476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954476 is #6ABB89. Grayscale: #616161. Windows color (decimal): -6994826 or 7750805. OLE color: 7750805.

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

Color convert

RGB14968118-
CMYK00.540.210.42
HSL322.96º37.33%42.55%-
HSV(B)322.96º54.36%58.43%-
XYZ17.7311.8318.49-
YUV97.92139.34164.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=44.48%
G=20.30%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496811800.540.210.42322.9637.3342.55
Hex954476036152A143252b
Octal22510416606625525034553
Binary1001010110001001110110011011010101101010101000011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954476; }

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

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

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

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

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

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

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

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