#954575

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

Shades of Cadillac #954575

Tints of Cadillac #954575

Color information

#954575 (or 0x954575) is unknown color: approx Cadillac. HEX triplet: 95, 45 and 75. RGB value is (149,69,117). Sum of RGB (Red+Green+Blue) = 149+69+117=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #954575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954575 is #6ABA8A. Grayscale: #626262. Windows color (decimal): -6994571 or 7685525. OLE color: 7685525.

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

Color convert

RGB14969117-
CMYK00.540.210.42
HSL324º36.7%42.75%-
HSV(B)324º53.69%58.43%-
XYZ17.7311.9318.2-
YUV98.39138.5164.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=44.48%
G=20.60%
B=34.93%

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
Decimal1496911700.540.210.4232436.742.75
Hex954575036152A144252b
Octal22510516506625525044553
Binary1001010110001011110101011011010101101010101000100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954575; }

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

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

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

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

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

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

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

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