Html Css Color HEX #974174 Cadillac

📋 copy color: '#974174'

red 151 ◦ green 65 ◦ blue 116

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

Shades of Cadillac #974174

Tints of Cadillac #974174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 45.48%
G = 19.58%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#974174 (or 0x974174) is known color: Cadillac. HEX triplet: 97, 41 and 74. RGB value is (151,65,116). Sum of RGB (Red+Green+Blue) = 151+65+116=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #974174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974174 is #68BE8B. Grayscale: #606060. Windows color (decimal): -6864524 or 7618967. OLE color: 7618967.

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

Color convert

RGB 151 65 116 -
CMYK 0 0.57 0.23 0.41
HSL 324.42º 0.4% 0.42% -
HSV(B) 324.42º 0.57% 0.59% -
XYZ 17.81 11.62 17.83 -
YUV 96.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 151 65 116 0 0.57 0.23 0.41 324.42 0.4 0.42
Hex 97 41 74 0 39 17 29 144 28 2A
Octal 227 101 164 0 71 27 51 504 50 52
Binary 10010111 1000001 1110100 0 111001 10111 101001 101000100 101000 101010

Color Harmonies of #974174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974174

Black with #974174

Text Example


Text Example

White with #974174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974174; }

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

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

background-color css

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

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

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

border-color css

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

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

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