#974569

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

Shades of Cadillac #974569

Tints of Cadillac #974569

Color information

#974569 (or 0x974569) is unknown color: approx Cadillac. HEX triplet: 97, 45 and 69. RGB value is (151,69,105). Sum of RGB (Red+Green+Blue) = 151+69+105=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #974569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974569 is #68BA96. Grayscale: #616161. Windows color (decimal): -6863511 or 6899095. OLE color: 6899095.

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

Color convert

RGB15169105-
CMYK00.540.300.41
HSL333.66º37.27%43.14%-
HSV(B)333.66º54.3%59.22%-
XYZ17.4411.8614.73-
YUV97.62132.17166.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.46%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=46.46%
G=21.23%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516910500.540.300.41333.6637.2743.14
Hex9745690361E2914e252b
Octal22710515106636515164553
Binary1001011110001011101001011011011110101001101001110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974569; }

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

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

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

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

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

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

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

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