#974779

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

Shades of Cadillac #974779

Tints of Cadillac #974779

Color information

#974779 (or 0x974779) is unknown color: approx Cadillac. HEX triplet: 97, 47 and 79. RGB value is (151,71,121). Sum of RGB (Red+Green+Blue) = 151+71+121=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #974779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974779 is #68B886. Grayscale: #646464. Windows color (decimal): -6862983 or 7948183. OLE color: 7948183.

HSL color Cylindrical-coordinate representation of color #974779: hue angle of 322.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #974779 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB15171121-
CMYK00.530.200.41
HSL322.5º36.04%43.53%-
HSV(B)322.5º52.98%59.22%-
XYZ18.4712.4719.52-
YUV100.62139.5163.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.02%
GREEN value IS 71 (28.12% from 255) = 20.70%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=44.02%
G=20.70%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517112100.530.200.41322.536.0443.53
Hex9747790351429142242c
Octal22710717106524515024454
Binary1001011110001111111001011010110100101001101000010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974779; }

 p { color: rgb(151,71,121); }

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

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

 a { background-color: rgb(151,71,121); }

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

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

 span { border-color: rgb(151,71,121); }

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