Html Css Color HEX #875661 Cannon Pink

📋 copy color: '#875661'

red 135 ◦ green 86 ◦ blue 97

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

Shades of Cannon Pink #875661

Tints of Cannon Pink #875661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.04%

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

R = 42.45%
G = 27.04%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#875661 (or 0x875661) is known color: Cannon Pink. HEX triplet: 87, 56 and 61. RGB value is (135,86,97). Sum of RGB (Red+Green+Blue) = 135+86+97=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #875661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875661 is #78A99E. Grayscale: #656565. Windows color (decimal): -7907743 or 6379143. OLE color: 6379143.

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

Color convert

RGB 135 86 97 -
CMYK 0 0.36 0.28 0.47
HSL 346.53º 0.22% 0.43% -
HSV(B) 346.53º 0.36% 0.53% -
XYZ 15.48 12.67 12.94 -
YUV 101.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 135 86 97 0 0.36 0.28 0.47 346.53 0.22 0.43
Hex 87 56 61 0 24 1C 2F 15B 16 2B
Octal 207 126 141 0 44 34 57 533 26 53
Binary 10000111 1010110 1100001 0 100100 11100 101111 101011011 10110 101011

Color Harmonies of #875661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875661

Black with #875661

Text Example


Text Example

White with #875661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875661; }

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

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

background-color css

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

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

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

border-color css

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

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

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