Html Css Color HEX #975274 Cannon Pink

📋 copy color: '#975274'

red 151 ◦ green 82 ◦ blue 116

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

Shades of Cannon Pink #975274

Tints of Cannon Pink #975274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.5%

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

R = 43.27%
G = 23.5%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#975274 (or 0x975274) is known color: Cannon Pink. HEX triplet: 97, 52 and 74. RGB value is (151,82,116). Sum of RGB (Red+Green+Blue) = 151+82+116=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #975274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975274 is #68AD8B. Grayscale: #6A6A6A. Windows color (decimal): -6860172 or 7623319. OLE color: 7623319.

HSL color Cylindrical-coordinate representation of color #975274: hue angle of 330.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975274 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 82 116 -
CMYK 0 0.46 0.23 0.41
HSL 330.43º 0.3% 0.46% -
HSV(B) 330.43º 0.46% 0.59% -
XYZ 18.93 13.87 18.2 -
YUV 106.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 151 82 116 0 0.46 0.23 0.41 330.43 0.3 0.46
Hex 97 52 74 0 2E 17 29 14A 1E 2E
Octal 227 122 164 0 56 27 51 512 36 56
Binary 10010111 1010010 1110100 0 101110 10111 101001 101001010 11110 101110

Color Harmonies of #975274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975274

Black with #975274

Text Example


Text Example

White with #975274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975274; }

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

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

background-color css

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

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

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

border-color css

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

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

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