Html Css Color HEX #875570 Cannon Pink

📋 copy color: '#875570'

red 135 ◦ green 85 ◦ blue 112

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

Shades of Cannon Pink #875570

Tints of Cannon Pink #875570

RGB

 RED value IS 135 (53.13% from 255) = 40.66%

 GREEN value IS 85 (33.59% from 255) = 25.6%

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

R = 40.66%
G = 25.6%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#875570 (or 0x875570) is known color: Cannon Pink. HEX triplet: 87, 55 and 70. RGB value is (135,85,112). Sum of RGB (Red+Green+Blue) = 135+85+112=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #875570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875570 is #78AA8F. Grayscale: #666666. Windows color (decimal): -7907984 or 7361927. OLE color: 7361927.

HSL color Cylindrical-coordinate representation of color #875570: hue angle of 327.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875570 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 85 112 -
CMYK 0 0.37 0.17 0.47
HSL 327.6º 0.23% 0.43% -
HSV(B) 327.6º 0.37% 0.53% -
XYZ 16.16 12.82 16.95 -
YUV 103.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 135 85 112 0 0.37 0.17 0.47 327.6 0.23 0.43
Hex 87 55 70 0 25 11 2F 148 17 2B
Octal 207 125 160 0 45 21 57 510 27 53
Binary 10000111 1010101 1110000 0 100101 10001 101111 101001000 10111 101011

Color Harmonies of #875570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875570

Black with #875570

Text Example


Text Example

White with #875570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875570; }

 p { color: rgb(135,85,112); }

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

background-color css

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

 a { background-color: rgb(135,85,112); }

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

border-color css

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

 span { border-color: rgb(135,85,112); }

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