#974B68

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

Shades of Cadillac #974B68

Tints of Cadillac #974B68

Color information

#974B68 (or 0x974B68) is unknown color: approx Cadillac. HEX triplet: 97, 4B and 68. RGB value is (151,75,104). Sum of RGB (Red+Green+Blue) = 151+75+104=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #974B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974B68 is #68B497. Grayscale: #646464. Windows color (decimal): -6861976 or 6835095. OLE color: 6835095.

HSL color Cylindrical-coordinate representation of color #974B68: hue angle of 337.11º 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 #974B68 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15175104-
CMYK00.500.310.41
HSL337.11º33.63%44.31%-
HSV(B)337.11º50.33%59.22%-
XYZ17.7812.6114.59-
YUV101.03129.68163.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 75 (29.69% from 255) = 22.73%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=45.76%
G=22.73%
B=31.52%

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
Decimal1517510400.500.310.41337.1133.6344.31
Hex974B680321F29151222c
Octal22711315006237515214254
Binary1001011110010111101000011001011111101001101010001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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