#954770

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

Shades of Cadillac #954770

Tints of Cadillac #954770

Color information

#954770 (or 0x954770) is unknown color: approx Cadillac. HEX triplet: 95, 47 and 70. RGB value is (149,71,112). Sum of RGB (Red+Green+Blue) = 149+71+112=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #954770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954770 is #6AB88F. Grayscale: #626262. Windows color (decimal): -6994064 or 7358357. OLE color: 7358357.

HSL color Cylindrical-coordinate representation of color #954770: hue angle of 328.46º 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 #954770 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14971112-
CMYK00.520.250.42
HSL328.46º35.45%43.14%-
HSV(B)328.46º52.35%58.43%-
XYZ17.5712.0716.73-
YUV99135.34163.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 71 (28.12% from 255) = 21.39%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=44.88%
G=21.39%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497111200.520.250.42328.4635.4543.14
Hex954770034192A148232b
Octal22510716006431525104353
Binary1001010110001111110000011010011001101010101001000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954770; }

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

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

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

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

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

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

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

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