#974870

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

Shades of Cadillac #974870

Tints of Cadillac #974870

Color information

#974870 (or 0x974870) is unknown color: approx Cadillac. HEX triplet: 97, 48 and 70. RGB value is (151,72,112). Sum of RGB (Red+Green+Blue) = 151+72+112=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #974870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974870 is #68B78F. Grayscale: #646464. Windows color (decimal): -6862736 or 7358615. OLE color: 7358615.

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

Color convert

RGB15172112-
CMYK00.520.260.41
HSL329.62º35.43%43.73%-
HSV(B)329.62º52.32%59.22%-
XYZ1812.3816.77-
YUV100.18134.67164.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=45.07%
G=21.49%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517211200.520.260.41329.6235.4343.73
Hex9748700341A2914a232c
Octal22711016006432515124354
Binary1001011110010001110000011010011010101001101001010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974870; }

 p { color: rgb(151,72,112); }

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

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

 a { background-color: rgb(151,72,112); }

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

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

 span { border-color: rgb(151,72,112); }

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