#954959

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

Shades of Cadillac #954959

Tints of Cadillac #954959

Color information

#954959 (or 0x954959) is unknown color: approx Cadillac. HEX triplet: 95, 49 and 59. RGB value is (149,73,89). Sum of RGB (Red+Green+Blue) = 149+73+89=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #954959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954959 is #6AB6A6. Grayscale: #616161. Windows color (decimal): -6993575 or 5851541. OLE color: 5851541.

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

Color convert

RGB1497389-
CMYK00.510.400.42
HSL347.37º34.23%43.53%-
HSV(B)347.37º51.01%58.43%-
XYZ16.5811.8810.87-
YUV97.55123.18164.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 89 (35.16% from 255) = 28.62%
R=47.91%
G=23.47%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149738900.510.400.42347.3734.2343.53
Hex954959033282A15b222c
Octal22511113106350525334254
Binary10010101100100110110010110011101000101010101011011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954959; }

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

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

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

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

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

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

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

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