#974775

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

Shades of Cadillac #974775

Tints of Cadillac #974775

Color information

#974775 (or 0x974775) is unknown color: approx Cadillac. HEX triplet: 97, 47 and 75. RGB value is (151,71,117). Sum of RGB (Red+Green+Blue) = 151+71+117=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #974775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974775 is #68B88A. Grayscale: #646464. Windows color (decimal): -6862987 or 7686039. OLE color: 7686039.

HSL color Cylindrical-coordinate representation of color #974775: hue angle of 325.5º 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 #974775 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15171117-
CMYK00.530.230.41
HSL325.5º36.04%43.53%-
HSV(B)325.5º52.98%59.22%-
XYZ18.2312.3718.26-
YUV100.16137.5164.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 71 (28.12% from 255) = 20.94%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=44.54%
G=20.94%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517111700.530.230.41325.536.0443.53
Hex9747750351729146242c
Octal22710716506527515064454
Binary1001011110001111110101011010110111101001101000110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974775; }

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

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

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

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

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

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

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

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