#954C5C

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

Shades of Cadillac #954C5C

Tints of Cadillac #954C5C

Color information

#954C5C (or 0x954C5C) is unknown color: approx Cadillac. HEX triplet: 95, 4C and 5C. RGB value is (149,76,92). Sum of RGB (Red+Green+Blue) = 149+76+92=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #954C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C5C is #6AB3A3. Grayscale: #636363. Windows color (decimal): -6992804 or 6048917. OLE color: 6048917.

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

Color convert

RGB1497692-
CMYK00.490.380.42
HSL346.85º32.44%44.12%-
HSV(B)346.85º48.99%58.43%-
XYZ16.9112.3311.61-
YUV99.65123.68163.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 76 (30.08% from 255) = 23.97%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=47.00%
G=23.97%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149769200.490.380.42346.8532.4444.12
Hex954C5C031262A15b202c
Octal22511413406146525334054
Binary10010101100110010111000110001100110101010101011011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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