#954C58

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

Shades of Cadillac #954C58

Tints of Cadillac #954C58

Color information

#954C58 (or 0x954C58) is unknown color: approx Cadillac. HEX triplet: 95, 4C and 58. RGB value is (149,76,88). Sum of RGB (Red+Green+Blue) = 149+76+88=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #954C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C58 is #6AB3A7. Grayscale: #636363. Windows color (decimal): -6992808 or 5786773. OLE color: 5786773.

HSL color Cylindrical-coordinate representation of color #954C58: hue angle of 350.14º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C58 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1497688-
CMYK00.490.410.42
HSL350.14º32.44%44.12%-
HSV(B)350.14º48.99%58.43%-
XYZ16.7412.2610.72-
YUV99.19121.68163.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 76 (30.08% from 255) = 24.28%
BLUE value IS 88 (34.77% from 255) = 28.12%
R=47.60%
G=24.28%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149768800.490.410.42350.1432.4444.12
Hex954C58031292A15e202c
Octal22511413006151525364054
Binary10010101100110010110000110001101001101010101011110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954C58; }

 p { color: rgb(149,76,88); }

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

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

 a { background-color: rgb(149,76,88); }

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

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

 span { border-color: rgb(149,76,88); }

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