#954860

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

Shades of Cadillac #954860

Tints of Cadillac #954860

Color information

#954860 (or 0x954860) is unknown color: approx Cadillac. HEX triplet: 95, 48 and 60. RGB value is (149,72,96). Sum of RGB (Red+Green+Blue) = 149+72+96=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #954860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954860 is #6AB79F. Grayscale: #616161. Windows color (decimal): -6993824 or 6310037. OLE color: 6310037.

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

Color convert

RGB1497296-
CMYK00.520.360.42
HSL341.3º34.84%43.33%-
HSV(B)341.3º51.68%58.43%-
XYZ16.8211.8712.47-
YUV97.76127.01164.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 72 (28.52% from 255) = 22.71%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=47.00%
G=22.71%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149729600.520.360.42341.334.8443.33
Hex954860034242A155232b
Octal22511014006444525254353
Binary10010101100100011000000110100100100101010101010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954860; }

 p { color: rgb(149,72,96); }

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

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

 a { background-color: rgb(149,72,96); }

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

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

 span { border-color: rgb(149,72,96); }

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