#954960

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

Shades of Cadillac #954960

Tints of Cadillac #954960

Color information

#954960 (or 0x954960) is unknown color: approx Cadillac. HEX triplet: 95, 49 and 60. RGB value is (149,73,96). Sum of RGB (Red+Green+Blue) = 149+73+96=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #954960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954960 is #6AB69F. Grayscale: #626262. Windows color (decimal): -6993568 or 6310293. OLE color: 6310293.

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

Color convert

RGB1497396-
CMYK00.510.360.42
HSL341.84º34.23%43.53%-
HSV(B)341.84º51.01%58.43%-
XYZ16.891212.49-
YUV98.35126.68164.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 73 (28.91% from 255) = 22.96%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=46.86%
G=22.96%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149739600.510.360.42341.8434.2343.53
Hex954960033242A156222c
Octal22511114006344525264254
Binary10010101100100111000000110011100100101010101010110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954960; }

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

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

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

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

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

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

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

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