Html Css Color HEX #974770 Cadillac

📋 copy color: '#974770'

red 151 ◦ green 71 ◦ blue 112

#974770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #974770

Tints of Cadillac #974770

RGB

 RED value IS 151 (59.38% from 255) = 45.21%

 GREEN value IS 71 (28.13% from 255) = 21.26%

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 45.21%
G = 21.26%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#974770 (or 0x974770) is known color: Cadillac. HEX triplet: 97, 47 and 70. RGB value is (151,71,112). Sum of RGB (Red+Green+Blue) = 151+71+112=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #974770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974770 is #68B88F. Grayscale: #636363. Windows color (decimal): -6862992 or 7358359. OLE color: 7358359.

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

Color convert

RGB 151 71 112 -
CMYK 0 0.53 0.26 0.41
HSL 329.25º 0.36% 0.44% -
HSV(B) 329.25º 0.53% 0.59% -
XYZ 17.94 12.26 16.75 -
YUV 99.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 151 71 112 0 0.53 0.26 0.41 329.25 0.36 0.44
Hex 97 47 70 0 35 1A 29 149 24 2C
Octal 227 107 160 0 65 32 51 511 44 54
Binary 10010111 1000111 1110000 0 110101 11010 101001 101001001 100100 101100

Color Harmonies of #974770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974770

Black with #974770

Text Example


Text Example

White with #974770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974770; }

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

 H1.HeaderClassName
 {
   color: #974770;
 }
 .AnyTagClassName
 {
   color: #974770;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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