#974275

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

Shades of Cadillac #974275

Tints of Cadillac #974275

Color information

#974275 (or 0x974275) is unknown color: approx Cadillac. HEX triplet: 97, 42 and 75. RGB value is (151,66,117). Sum of RGB (Red+Green+Blue) = 151+66+117=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #974275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974275 is #68BD8A. Grayscale: #616161. Windows color (decimal): -6864267 or 7684759. OLE color: 7684759.

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

Color convert

RGB15166117-
CMYK00.560.230.41
HSL324º39.17%42.55%-
HSV(B)324º56.29%59.22%-
XYZ17.9211.7618.15-
YUV97.23139.16166.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.21%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=45.21%
G=19.76%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516611700.560.230.4132439.1742.55
Hex9742750381729144272b
Octal22710216507027515044753
Binary1001011110000101110101011100010111101001101000100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974275; }

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

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

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

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

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

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

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

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