Html Css Color HEX #974471 Cadillac

📋 copy color: '#974471'

red 151 ◦ green 68 ◦ blue 113

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

Shades of Cadillac #974471

Tints of Cadillac #974471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.48%

 BLUE value IS 113 (44.53% from 255) = 34.04%

R = 45.48%
G = 20.48%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#974471 (or 0x974471) is known color: Cadillac. HEX triplet: 97, 44 and 71. RGB value is (151,68,113). Sum of RGB (Red+Green+Blue) = 151+68+113=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #974471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974471 is #68BB8E. Grayscale: #616161. Windows color (decimal): -6863759 or 7423127. OLE color: 7423127.

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

Color convert

RGB 151 68 113 -
CMYK 0 0.55 0.25 0.41
HSL 327.47º 0.38% 0.43% -
HSV(B) 327.47º 0.55% 0.59% -
XYZ 17.81 11.91 16.98 -
YUV 97.95 136.5 165.84 -
System Red Green Blue C M Y K H S L
Decimal 151 68 113 0 0.55 0.25 0.41 327.47 0.38 0.43
Hex 97 44 71 0 37 19 29 147 26 2B
Octal 227 104 161 0 67 31 51 507 46 53
Binary 10010111 1000100 1110001 0 110111 11001 101001 101000111 100110 101011

Color Harmonies of #974471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974471

Black with #974471

Text Example


Text Example

White with #974471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974471; }

 p { color: rgb(151,68,113); }

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

background-color css

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

 a { background-color: rgb(151,68,113); }

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

border-color css

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

 span { border-color: rgb(151,68,113); }

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