#954475

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

Shades of Cadillac #954475

Tints of Cadillac #954475

Color information

#954475 (or 0x954475) is unknown color: approx Cadillac. HEX triplet: 95, 44 and 75. RGB value is (149,68,117). Sum of RGB (Red+Green+Blue) = 149+68+117=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #954475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954475 is #6ABB8A. Grayscale: #616161. Windows color (decimal): -6994827 or 7685269. OLE color: 7685269.

HSL color Cylindrical-coordinate representation of color #954475: hue angle of 323.7º 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 #954475 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14968117-
CMYK00.540.210.42
HSL323.7º37.33%42.55%-
HSV(B)323.7º54.36%58.43%-
XYZ17.6711.8118.18-
YUV97.8138.84164.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 68 (26.95% from 255) = 20.36%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=44.61%
G=20.36%
B=35.03%

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
Decimal1496811700.540.210.42323.737.3342.55
Hex954475036152A144252b
Octal22510416506625525044553
Binary1001010110001001110101011011010101101010101000100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954475; }

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

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

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

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

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

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

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

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