#974D67

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

Shades of Cadillac #974D67

Tints of Cadillac #974D67

Color information

#974D67 (or 0x974D67) is unknown color: approx Cadillac. HEX triplet: 97, 4D and 67. RGB value is (151,77,103). Sum of RGB (Red+Green+Blue) = 151+77+103=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #974D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974D67 is #68B298. Grayscale: #666666. Windows color (decimal): -6861465 or 6770071. OLE color: 6770071.

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

Color convert

RGB15177103-
CMYK00.490.320.41
HSL338.92º32.46%44.71%-
HSV(B)338.92º49.01%59.22%-
XYZ17.8612.8714.37-
YUV102.09128.52162.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=45.62%
G=23.26%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517710300.490.320.41338.9232.4644.71
Hex974D670312029153202d
Octal22711514706140515234055
Binary10010111100110111001110110001100000101001101010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,77,103); }

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

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

 a { background-color: rgb(151,77,103); }

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

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

 span { border-color: rgb(151,77,103); }

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