Html Css Color HEX #975270 Cannon Pink

📋 copy color: '#975270'

red 151 ◦ green 82 ◦ blue 112

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

Shades of Cannon Pink #975270

Tints of Cannon Pink #975270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 43.77%
G = 23.77%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#975270 (or 0x975270) is known color: Cannon Pink. HEX triplet: 97, 52 and 70. RGB value is (151,82,112). Sum of RGB (Red+Green+Blue) = 151+82+112=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #975270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975270 is #68AD8F. Grayscale: #6A6A6A. Windows color (decimal): -6860176 or 7361175. OLE color: 7361175.

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

Color convert

RGB 151 82 112 -
CMYK 0 0.46 0.26 0.41
HSL 333.91º 0.3% 0.46% -
HSV(B) 333.91º 0.46% 0.59% -
XYZ 18.7 13.78 17 -
YUV 106.05 131.36 160.06 -
System Red Green Blue C M Y K H S L
Decimal 151 82 112 0 0.46 0.26 0.41 333.91 0.3 0.46
Hex 97 52 70 0 2E 1A 29 14E 1E 2E
Octal 227 122 160 0 56 32 51 516 36 56
Binary 10010111 1010010 1110000 0 101110 11010 101001 101001110 11110 101110

Color Harmonies of #975270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975270

Black with #975270

Text Example


Text Example

White with #975270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975270; }

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

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

background-color css

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

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

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

border-color css

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

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

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