Html Css Color HEX #974172 Cadillac

📋 copy color: '#974172'

red 151 ◦ green 65 ◦ blue 114

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

Shades of Cadillac #974172

Tints of Cadillac #974172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 45.76%
G = 19.7%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#974172 (or 0x974172) is known color: Cadillac. HEX triplet: 97, 41 and 72. RGB value is (151,65,114). Sum of RGB (Red+Green+Blue) = 151+65+114=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #974172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974172 is #68BE8D. Grayscale: #606060. Windows color (decimal): -6864526 or 7487895. OLE color: 7487895.

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

Color convert

RGB 151 65 114 -
CMYK 0 0.57 0.25 0.41
HSL 325.81º 0.4% 0.42% -
HSV(B) 325.81º 0.57% 0.59% -
XYZ 17.69 11.57 17.22 -
YUV 96.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 151 65 114 0 0.57 0.25 0.41 325.81 0.4 0.42
Hex 97 41 72 0 39 19 29 146 28 2A
Octal 227 101 162 0 71 31 51 506 50 52
Binary 10010111 1000001 1110010 0 111001 11001 101001 101000110 101000 101010

Color Harmonies of #974172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974172

Black with #974172

Text Example


Text Example

White with #974172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974172; }

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

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

background-color css

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

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

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

border-color css

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

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

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