Html Css Color HEX #875861 Cannon Pink

📋 copy color: '#875861'

red 135 ◦ green 88 ◦ blue 97

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

Shades of Cannon Pink #875861

Tints of Cannon Pink #875861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

 BLUE value IS 97 (38.28% from 255) = 30.31%

R = 42.19%
G = 27.5%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#875861 (or 0x875861) is known color: Cannon Pink. HEX triplet: 87, 58 and 61. RGB value is (135,88,97). Sum of RGB (Red+Green+Blue) = 135+88+97=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #875861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875861 is #78A79E. Grayscale: #676767. Windows color (decimal): -7907231 or 6379655. OLE color: 6379655.

HSL color Cylindrical-coordinate representation of color #875861: hue angle of 348.51º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #875861 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 88 97 -
CMYK 0 0.35 0.28 0.47
HSL 348.51º 0.21% 0.44% -
HSV(B) 348.51º 0.35% 0.53% -
XYZ 15.64 12.99 12.99 -
YUV 103.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 135 88 97 0 0.35 0.28 0.47 348.51 0.21 0.44
Hex 87 58 61 0 23 1C 2F 15D 15 2C
Octal 207 130 141 0 43 34 57 535 25 54
Binary 10000111 1011000 1100001 0 100011 11100 101111 101011101 10101 101100

Color Harmonies of #875861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875861

Black with #875861

Text Example


Text Example

White with #875861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875861; }

 p { color: rgb(135,88,97); }

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

background-color css

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

 a { background-color: rgb(135,88,97); }

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

border-color css

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

 span { border-color: rgb(135,88,97); }

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