#954C62

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

Shades of Cadillac #954C62

Tints of Cadillac #954C62

Color information

#954C62 (or 0x954C62) is unknown color: approx Cadillac. HEX triplet: 95, 4C and 62. RGB value is (149,76,98). Sum of RGB (Red+Green+Blue) = 149+76+98=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #954C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C62 is #6AB39D. Grayscale: #646464. Windows color (decimal): -6992798 or 6442133. OLE color: 6442133.

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

Color convert

RGB1497698-
CMYK00.490.340.42
HSL341.92º32.44%44.12%-
HSV(B)341.92º48.99%58.43%-
XYZ17.1812.4413.05-
YUV100.33126.68162.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 76 (30.08% from 255) = 23.53%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=46.13%
G=23.53%
B=30.34%

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
Decimal149769800.490.340.42341.9232.4444.12
Hex954C62031222A156202c
Octal22511414206142525264054
Binary10010101100110011000100110001100010101010101010110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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