#954C5A

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

Shades of Cadillac #954C5A

Tints of Cadillac #954C5A

Color information

#954C5A (or 0x954C5A) is unknown color: approx Cadillac. HEX triplet: 95, 4C and 5A. RGB value is (149,76,90). Sum of RGB (Red+Green+Blue) = 149+76+90=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #954C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C5A is #6AB3A5. Grayscale: #636363. Windows color (decimal): -6992806 or 5917845. OLE color: 5917845.

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

Color convert

RGB1497690-
CMYK00.490.400.42
HSL348.49º32.44%44.12%-
HSV(B)348.49º48.99%58.43%-
XYZ16.8212.311.16-
YUV99.42122.68163.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=47.30%
G=24.13%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149769000.490.400.42348.4932.4444.12
Hex954C5A031282A15c202c
Octal22511413206150525344054
Binary10010101100110010110100110001101000101010101011100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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