Html Css Color HEX #974C6E Cadillac

📋 copy color: '#974C6E'

red 151 ◦ green 76 ◦ blue 110

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

Shades of Cadillac #974C6E

Tints of Cadillac #974C6E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.55%

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 44.81%
G = 22.55%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#974C6E (or 0x974C6E) is known color: Cadillac. HEX triplet: 97, 4C and 6E. RGB value is (151,76,110). Sum of RGB (Red+Green+Blue) = 151+76+110=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #974C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974C6E is #68B391. Grayscale: #666666. Windows color (decimal): -6861714 or 7228567. OLE color: 7228567.

HSL color Cylindrical-coordinate representation of color #974C6E: hue angle of 332.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974C6E is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 76 110 -
CMYK 0 0.50 0.27 0.41
HSL 332.8º 0.33% 0.45% -
HSV(B) 332.8º 0.5% 0.59% -
XYZ 18.16 12.87 16.28 -
YUV 102.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 151 76 110 0 0.50 0.27 0.41 332.8 0.33 0.45
Hex 97 4C 6E 0 32 1B 29 14D 21 2D
Octal 227 114 156 0 62 33 51 515 41 55
Binary 10010111 1001100 1101110 0 110010 11011 101001 101001101 100001 101101

Color Harmonies of #974C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974C6E

Black with #974C6E

Text Example


Text Example

White with #974C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974C6E; }

 p { color: rgb(151,76,110); }

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

background-color css

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

 a { background-color: rgb(151,76,110); }

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

border-color css

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

 span { border-color: rgb(151,76,110); }

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