#954771

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

Shades of Cadillac #954771

Tints of Cadillac #954771

Color information

#954771 (or 0x954771) is unknown color: approx Cadillac. HEX triplet: 95, 47 and 71. RGB value is (149,71,113). Sum of RGB (Red+Green+Blue) = 149+71+113=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #954771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954771 is #6AB88E. Grayscale: #636363. Windows color (decimal): -6994063 or 7423893. OLE color: 7423893.

HSL color Cylindrical-coordinate representation of color #954771: hue angle of 327.69º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954771 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14971113-
CMYK00.520.240.42
HSL327.69º35.45%43.14%-
HSV(B)327.69º52.35%58.43%-
XYZ17.6312.0917.03-
YUV99.11135.84163.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=44.74%
G=21.32%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497111300.520.240.42327.6935.4543.14
Hex954771034182A148232b
Octal22510716106430525104353
Binary1001010110001111110001011010011000101010101001000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954771; }

 p { color: rgb(149,71,113); }

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

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

 a { background-color: rgb(149,71,113); }

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

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

 span { border-color: rgb(149,71,113); }

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