#954170

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

Shades of Cadillac #954170

Tints of Cadillac #954170

Color information

#954170 (or 0x954170) is unknown color: approx Cadillac. HEX triplet: 95, 41 and 70. RGB value is (149,65,112). Sum of RGB (Red+Green+Blue) = 149+65+112=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #954170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954170 is #6ABE8F. Grayscale: #5F5F5F. Windows color (decimal): -6995600 or 7356821. OLE color: 7356821.

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

Color convert

RGB14965112-
CMYK00.560.250.42
HSL326.43º39.25%41.96%-
HSV(B)326.43º56.38%58.43%-
XYZ17.2111.3416.61-
YUV95.47137.33166.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=45.71%
G=19.94%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496511200.560.250.42326.4339.2541.96
Hex954170038192A146272a
Octal22510116007031525064752
Binary1001010110000011110000011100011001101010101000110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954170; }

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

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

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

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

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

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

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

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