#954C63

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

Shades of Cadillac #954C63

Tints of Cadillac #954C63

Color information

#954C63 (or 0x954C63) is unknown color: approx Cadillac. HEX triplet: 95, 4C and 63. RGB value is (149,76,99). Sum of RGB (Red+Green+Blue) = 149+76+99=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #954C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C63 is #6AB39C. Grayscale: #646464. Windows color (decimal): -6992797 or 6507669. OLE color: 6507669.

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

Color convert

RGB1497699-
CMYK00.490.340.42
HSL341.1º32.44%44.12%-
HSV(B)341.1º48.99%58.43%-
XYZ17.2312.4613.3-
YUV100.45127.18162.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 76 (30.08% from 255) = 23.46%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=45.99%
G=23.46%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149769900.490.340.42341.132.4444.12
Hex954C63031222A155202c
Octal22511414306142525254054
Binary10010101100110011000110110001100010101010101010101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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