Html Css Color HEX #974170 Cadillac

📋 copy color: '#974170'

red 151 ◦ green 65 ◦ blue 112

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

Shades of Cadillac #974170

Tints of Cadillac #974170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

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

R = 46.04%
G = 19.82%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#974170 (or 0x974170) is known color: Cadillac. HEX triplet: 97, 41 and 70. RGB value is (151,65,112). Sum of RGB (Red+Green+Blue) = 151+65+112=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #974170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974170 is #68BE8F. Grayscale: #5F5F5F. Windows color (decimal): -6864528 or 7356823. OLE color: 7356823.

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

Color convert

RGB 151 65 112 -
CMYK 0 0.57 0.26 0.41
HSL 327.21º 0.4% 0.42% -
HSV(B) 327.21º 0.57% 0.59% -
XYZ 17.58 11.53 16.63 -
YUV 96.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 151 65 112 0 0.57 0.26 0.41 327.21 0.4 0.42
Hex 97 41 70 0 39 1A 29 147 28 2A
Octal 227 101 160 0 71 32 51 507 50 52
Binary 10010111 1000001 1110000 0 111001 11010 101001 101000111 101000 101010

Color Harmonies of #974170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974170

Black with #974170

Text Example


Text Example

White with #974170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974170; }

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

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

background-color css

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

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

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

border-color css

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

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

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