#974578

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

Shades of Cadillac #974578

Tints of Cadillac #974578

Color information

#974578 (or 0x974578) is unknown color: approx Cadillac. HEX triplet: 97, 45 and 78. RGB value is (151,69,120). Sum of RGB (Red+Green+Blue) = 151+69+120=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #974578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974578 is #68BA87. Grayscale: #636363. Windows color (decimal): -6863496 or 7882135. OLE color: 7882135.

HSL color Cylindrical-coordinate representation of color #974578: hue angle of 322.68º 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 #974578 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15169120-
CMYK00.540.210.41
HSL322.68º37.27%43.14%-
HSV(B)322.68º54.3%59.22%-
XYZ18.2812.1919.16-
YUV99.33139.67164.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.41%
GREEN value IS 69 (27.34% from 255) = 20.29%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=44.41%
G=20.29%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516912000.540.210.41322.6837.2743.14
Hex9745780361529143252b
Octal22710517006625515034553
Binary1001011110001011111000011011010101101001101000011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974578; }

 p { color: rgb(151,69,120); }

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

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

 a { background-color: rgb(151,69,120); }

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

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

 span { border-color: rgb(151,69,120); }

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