Html Css Color HEX #974E6E Cannon Pink

📋 copy color: '#974E6E'

red 151 ◦ green 78 ◦ blue 110

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

Shades of Cannon Pink #974E6E

Tints of Cannon Pink #974E6E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.01%

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

R = 44.54%
G = 23.01%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#974E6E (or 0x974E6E) is known color: Cannon Pink. HEX triplet: 97, 4E and 6E. RGB value is (151,78,110). Sum of RGB (Red+Green+Blue) = 151+78+110=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #974E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974E6E is #68B191. Grayscale: #676767. Windows color (decimal): -6861202 or 7229079. OLE color: 7229079.

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

Color convert

RGB 151 78 110 -
CMYK 0 0.48 0.27 0.41
HSL 333.7º 0.32% 0.45% -
HSV(B) 333.7º 0.48% 0.59% -
XYZ 18.3 13.15 16.33 -
YUV 103.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 151 78 110 0 0.48 0.27 0.41 333.7 0.32 0.45
Hex 97 4E 6E 0 30 1B 29 14E 20 2D
Octal 227 116 156 0 60 33 51 516 40 55
Binary 10010111 1001110 1101110 0 110000 11011 101001 101001110 100000 101101

Color Harmonies of #974E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974E6E

Black with #974E6E

Text Example


Text Example

White with #974E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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