Html Css Color HEX #974370 Cadillac

📋 copy color: '#974370'

red 151 ◦ green 67 ◦ blue 112

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

Shades of Cadillac #974370

Tints of Cadillac #974370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

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

R = 45.76%
G = 20.3%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#974370 (or 0x974370) is known color: Cadillac. HEX triplet: 97, 43 and 70. RGB value is (151,67,112). Sum of RGB (Red+Green+Blue) = 151+67+112=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #974370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974370 is #68BC8F. Grayscale: #616161. Windows color (decimal): -6864016 or 7357335. OLE color: 7357335.

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

Color convert

RGB 151 67 112 -
CMYK 0 0.56 0.26 0.41
HSL 327.86º 0.39% 0.43% -
HSV(B) 327.86º 0.56% 0.59% -
XYZ 17.69 11.76 16.67 -
YUV 97.25 136.33 166.34 -
System Red Green Blue C M Y K H S L
Decimal 151 67 112 0 0.56 0.26 0.41 327.86 0.39 0.43
Hex 97 43 70 0 38 1A 29 148 27 2B
Octal 227 103 160 0 70 32 51 510 47 53
Binary 10010111 1000011 1110000 0 111000 11010 101001 101001000 100111 101011

Color Harmonies of #974370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974370

Black with #974370

Text Example


Text Example

White with #974370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974370; }

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

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

background-color css

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

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

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

border-color css

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

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

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