#954379

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

Shades of Cadillac #954379

Tints of Cadillac #954379

Color information

#954379 (or 0x954379) is unknown color: approx Cadillac. HEX triplet: 95, 43 and 79. RGB value is (149,67,121). Sum of RGB (Red+Green+Blue) = 149+67+121=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #954379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954379 is #6ABC86. Grayscale: #616161. Windows color (decimal): -6995079 or 7947157. OLE color: 7947157.

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

Color convert

RGB14967121-
CMYK00.550.190.42
HSL320.49º37.96%42.35%-
HSV(B)320.49º55.03%58.43%-
XYZ17.8511.7819.42-
YUV97.67141.17164.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 67 (26.56% from 255) = 19.88%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=44.21%
G=19.88%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496712100.550.190.42320.4937.9642.35
Hex954379037132A140262a
Octal22510317106723525004652
Binary1001010110000111111001011011110011101010101000000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954379; }

 p { color: rgb(149,67,121); }

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

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

 a { background-color: rgb(149,67,121); }

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

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

 span { border-color: rgb(149,67,121); }

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