Html Css Color HEX #875060 Cannon Pink

📋 copy color: '#875060'

red 135 ◦ green 80 ◦ blue 96

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

Shades of Cannon Pink #875060

Tints of Cannon Pink #875060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 43.41%
G = 25.72%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#875060 (or 0x875060) is known color: Cannon Pink. HEX triplet: 87, 50 and 60. RGB value is (135,80,96). Sum of RGB (Red+Green+Blue) = 135+80+96=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #875060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875060 is #78AF9F. Grayscale: #626262. Windows color (decimal): -7909280 or 6312071. OLE color: 6312071.

HSL color Cylindrical-coordinate representation of color #875060: hue angle of 342.55º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875060 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 80 96 -
CMYK 0 0.41 0.29 0.47
HSL 342.55º 0.26% 0.42% -
HSV(B) 342.55º 0.41% 0.53% -
XYZ 14.97 11.73 12.54 -
YUV 98.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 135 80 96 0 0.41 0.29 0.47 342.55 0.26 0.42
Hex 87 50 60 0 29 1D 2F 157 1A 2A
Octal 207 120 140 0 51 35 57 527 32 52
Binary 10000111 1010000 1100000 0 101001 11101 101111 101010111 11010 101010

Color Harmonies of #875060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875060

Black with #875060

Text Example


Text Example

White with #875060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875060; }

 p { color: rgb(135,80,96); }

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

background-color css

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

 a { background-color: rgb(135,80,96); }

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

border-color css

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

 span { border-color: rgb(135,80,96); }

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