#954757

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

Shades of Cadillac #954757

Tints of Cadillac #954757

Color information

#954757 (or 0x954757) is unknown color: approx Cadillac. HEX triplet: 95, 47 and 57. RGB value is (149,71,87). Sum of RGB (Red+Green+Blue) = 149+71+87=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #954757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954757 is #6AB8A8. Grayscale: #606060. Windows color (decimal): -6994089 or 5719957. OLE color: 5719957.

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

Color convert

RGB1497187-
CMYK00.520.420.42
HSL347.69º35.45%43.14%-
HSV(B)347.69º52.35%58.43%-
XYZ16.3711.5810.39-
YUV96.15122.84165.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 87 (34.38% from 255) = 28.34%
R=48.53%
G=23.13%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149718700.520.420.42347.6935.4543.14
Hex9547570342A2A15c232b
Octal22510712706452525344353
Binary10010101100011110101110110100101010101010101011100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954757; }

 p { color: rgb(149,71,87); }

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

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

 a { background-color: rgb(149,71,87); }

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

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

 span { border-color: rgb(149,71,87); }

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