#974270

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

Shades of Cadillac #974270

Tints of Cadillac #974270

Color information

#974270 (or 0x974270) is unknown color: approx Cadillac. HEX triplet: 97, 42 and 70. RGB value is (151,66,112). Sum of RGB (Red+Green+Blue) = 151+66+112=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #974270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974270 is #68BD8F. Grayscale: #606060. Windows color (decimal): -6864272 or 7357079. OLE color: 7357079.

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

Color convert

RGB15166112-
CMYK00.560.260.41
HSL327.53º39.17%42.55%-
HSV(B)327.53º56.29%59.22%-
XYZ17.6411.6516.65-
YUV96.66136.66166.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 66 (26.17% from 255) = 20.06%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=45.90%
G=20.06%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516611200.560.260.41327.5339.1742.55
Hex9742700381A29148272b
Octal22710216007032515104753
Binary1001011110000101110000011100011010101001101001000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974270; }

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

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

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

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

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

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

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

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