#974B6E

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

Shades of Cadillac #974B6E

Tints of Cadillac #974B6E

Color information

#974B6E (or 0x974B6E) is unknown color: approx Cadillac. HEX triplet: 97, 4B and 6E. RGB value is (151,75,110). Sum of RGB (Red+Green+Blue) = 151+75+110=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #974B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974B6E is #68B491. Grayscale: #656565. Windows color (decimal): -6861970 or 7228311. OLE color: 7228311.

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

Color convert

RGB15175110-
CMYK00.500.270.41
HSL332.37º33.63%44.31%-
HSV(B)332.37º50.33%59.22%-
XYZ18.0912.7416.26-
YUV101.71132.68163.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.94%
GREEN value IS 75 (29.69% from 255) = 22.32%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=44.94%
G=22.32%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517511000.500.270.41332.3733.6344.31
Hex974B6E0321B2914c222c
Octal22711315606233515144254
Binary1001011110010111101110011001011011101001101001100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,75,110); }

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

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

 a { background-color: rgb(151,75,110); }

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

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

 span { border-color: rgb(151,75,110); }

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