#974679

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

Shades of Cadillac #974679

Tints of Cadillac #974679

Color information

#974679 (or 0x974679) is unknown color: approx Cadillac. HEX triplet: 97, 46 and 79. RGB value is (151,70,121). Sum of RGB (Red+Green+Blue) = 151+70+121=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #974679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974679 is #68B986. Grayscale: #636363. Windows color (decimal): -6863239 or 7947927. OLE color: 7947927.

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

Color convert

RGB15170121-
CMYK00.540.200.41
HSL322.22º36.65%43.33%-
HSV(B)322.22º53.64%59.22%-
XYZ18.412.3419.5-
YUV100.03139.84164.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.15%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=44.15%
G=20.47%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517012100.540.200.41322.2236.6543.33
Hex9746790361429142252b
Octal22710617106624515024553
Binary1001011110001101111001011011010100101001101000010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974679; }

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

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

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

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

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

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

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

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