#974C68

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

Shades of Cadillac #974C68

Tints of Cadillac #974C68

Color information

#974C68 (or 0x974C68) is unknown color: approx Cadillac. HEX triplet: 97, 4C and 68. RGB value is (151,76,104). Sum of RGB (Red+Green+Blue) = 151+76+104=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #974C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974C68 is #68B397. Grayscale: #656565. Windows color (decimal): -6861720 or 6835351. OLE color: 6835351.

HSL color Cylindrical-coordinate representation of color #974C68: hue angle of 337.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974C68 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15176104-
CMYK00.500.310.41
HSL337.6º33.04%44.51%-
HSV(B)337.6º49.67%59.22%-
XYZ17.8512.7514.62-
YUV101.62129.35163.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=45.62%
G=22.96%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517610400.500.310.41337.633.0444.51
Hex974C680321F29152212d
Octal22711415006237515224155
Binary1001011110011001101000011001011111101001101010010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974C68; }

 p { color: rgb(151,76,104); }

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

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

 a { background-color: rgb(151,76,104); }

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

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

 span { border-color: rgb(151,76,104); }

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