#954470

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

Shades of Cadillac #954470

Tints of Cadillac #954470

Color information

#954470 (or 0x954470) is unknown color: approx Cadillac. HEX triplet: 95, 44 and 70. RGB value is (149,68,112). Sum of RGB (Red+Green+Blue) = 149+68+112=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #954470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954470 is #6ABB8F. Grayscale: #616161. Windows color (decimal): -6994832 or 7357589. OLE color: 7357589.

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

Color convert

RGB14968112-
CMYK00.540.250.42
HSL327.41º37.33%42.55%-
HSV(B)327.41º54.36%58.43%-
XYZ17.3911.6916.67-
YUV97.23136.34164.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=45.29%
G=20.67%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496811200.540.250.42327.4137.3342.55
Hex954470036192A147252b
Octal22510416006631525074553
Binary1001010110001001110000011011011001101010101000111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954470; }

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

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

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

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

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

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

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

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