#954D63

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

Shades of Cadillac #954D63

Tints of Cadillac #954D63

Color information

#954D63 (or 0x954D63) is unknown color: approx Cadillac. HEX triplet: 95, 4D and 63. RGB value is (149,77,99). Sum of RGB (Red+Green+Blue) = 149+77+99=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #954D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954D63 is #6AB29C. Grayscale: #656565. Windows color (decimal): -6992541 or 6507925. OLE color: 6507925.

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

Color convert

RGB1497799-
CMYK00.480.340.42
HSL341.67º31.86%44.31%-
HSV(B)341.67º48.32%58.43%-
XYZ17.312.613.32-
YUV101.04126.85162.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=45.85%
G=23.69%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149779900.480.340.42341.6731.8644.31
Hex954D63030222A156202c
Octal22511514306042525264054
Binary10010101100110111000110110000100010101010101010110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,77,99); }

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

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

 a { background-color: rgb(149,77,99); }

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

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

 span { border-color: rgb(149,77,99); }

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