Html Css Color HEX #875961 Cannon Pink

📋 copy color: '#875961'

red 135 ◦ green 89 ◦ blue 97

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

Shades of Cannon Pink #875961

Tints of Cannon Pink #875961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.73%

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

R = 42.06%
G = 27.73%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#875961 (or 0x875961) is known color: Cannon Pink. HEX triplet: 87, 59 and 61. RGB value is (135,89,97). Sum of RGB (Red+Green+Blue) = 135+89+97=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #875961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875961 is #78A69E. Grayscale: #676767. Windows color (decimal): -7906975 or 6379911. OLE color: 6379911.

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

Color convert

RGB 135 89 97 -
CMYK 0 0.34 0.28 0.47
HSL 349.57º 0.21% 0.44% -
HSV(B) 349.57º 0.34% 0.53% -
XYZ 15.72 13.16 13.02 -
YUV 103.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 135 89 97 0 0.34 0.28 0.47 349.57 0.21 0.44
Hex 87 59 61 0 22 1C 2F 15E 15 2C
Octal 207 131 141 0 42 34 57 536 25 54
Binary 10000111 1011001 1100001 0 100010 11100 101111 101011110 10101 101100

Color Harmonies of #875961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875961

Black with #875961

Text Example


Text Example

White with #875961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875961; }

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

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

background-color css

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

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

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

border-color css

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

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

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