Html Css Color HEX #974970 Cadillac

📋 copy color: '#974970'

red 151 ◦ green 73 ◦ blue 112

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

Shades of Cadillac #974970

Tints of Cadillac #974970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.73%

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

R = 44.94%
G = 21.73%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#974970 (or 0x974970) is known color: Cadillac. HEX triplet: 97, 49 and 70. RGB value is (151,73,112). Sum of RGB (Red+Green+Blue) = 151+73+112=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #974970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974970 is #68B68F. Grayscale: #646464. Windows color (decimal): -6862480 or 7358871. OLE color: 7358871.

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

Color convert

RGB 151 73 112 -
CMYK 0 0.52 0.26 0.41
HSL 330º 0.35% 0.44% -
HSV(B) 330º 0.52% 0.59% -
XYZ 18.07 12.51 16.79 -
YUV 100.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 151 73 112 0 0.52 0.26 0.41 330 0.35 0.44
Hex 97 49 70 0 34 1A 29 14A 23 2C
Octal 227 111 160 0 64 32 51 512 43 54
Binary 10010111 1001001 1110000 0 110100 11010 101001 101001010 100011 101100

Color Harmonies of #974970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974970

Black with #974970

Text Example


Text Example

White with #974970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974970; }

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

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

background-color css

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

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

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

border-color css

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

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

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