#954956

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

Shades of Cadillac #954956

Tints of Cadillac #954956

Color information

#954956 (or 0x954956) is unknown color: approx Cadillac. HEX triplet: 95, 49 and 56. RGB value is (149,73,86). Sum of RGB (Red+Green+Blue) = 149+73+86=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #954956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954956 is #6AB6A9. Grayscale: #616161. Windows color (decimal): -6993578 or 5654933. OLE color: 5654933.

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

Color convert

RGB1497386-
CMYK00.510.420.42
HSL349.74º34.23%43.53%-
HSV(B)349.74º51.01%58.43%-
XYZ16.4611.8310.22-
YUV97.21121.68164.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=48.38%
G=23.70%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149738600.510.420.42349.7434.2343.53
Hex9549560332A2A15e222c
Octal22511112606352525364254
Binary10010101100100110101100110011101010101010101011110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954956; }

 p { color: rgb(149,73,86); }

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

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

 a { background-color: rgb(149,73,86); }

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

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

 span { border-color: rgb(149,73,86); }

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