#954357

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

Shades of Cadillac #954357

Tints of Cadillac #954357

Color information

#954357 (or 0x954357) is unknown color: approx Cadillac. HEX triplet: 95, 43 and 57. RGB value is (149,67,87). Sum of RGB (Red+Green+Blue) = 149+67+87=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #954357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954357 is #6ABCA8. Grayscale: #5D5D5D. Windows color (decimal): -6995113 or 5718933. OLE color: 5718933.

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

Color convert

RGB1496787-
CMYK00.550.420.42
HSL345.37º37.96%42.35%-
HSV(B)345.37º55.03%58.43%-
XYZ16.1211.0910.31-
YUV93.8124.17167.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 87 (34.38% from 255) = 28.71%
R=49.17%
G=22.11%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149678700.550.420.42345.3737.9642.35
Hex9543570372A2A159262a
Octal22510312706752525314652
Binary10010101100001110101110110111101010101010101011001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954357; }

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

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

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

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

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

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

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

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