#974768

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

Shades of Cadillac #974768

Tints of Cadillac #974768

Color information

#974768 (or 0x974768) is unknown color: approx Cadillac. HEX triplet: 97, 47 and 68. RGB value is (151,71,104). Sum of RGB (Red+Green+Blue) = 151+71+104=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #974768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974768 is #68B897. Grayscale: #626262. Windows color (decimal): -6863000 or 6834071. OLE color: 6834071.

HSL color Cylindrical-coordinate representation of color #974768: hue angle of 335.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #974768 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15171104-
CMYK00.530.310.41
HSL335.25º36.04%43.53%-
HSV(B)335.25º52.98%59.22%-
XYZ17.5112.0914.51-
YUV98.68131165.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.32%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=46.32%
G=21.78%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517110400.530.310.41335.2536.0443.53
Hex9747680351F2914f242c
Octal22710715006537515174454
Binary1001011110001111101000011010111111101001101001111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974768; }

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

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

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

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

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

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

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

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