Html Css Color HEX #875963 Cannon Pink

📋 copy color: '#875963'

red 135 ◦ green 89 ◦ blue 99

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

Shades of Cannon Pink #875963

Tints of Cannon Pink #875963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.65%

R = 41.8%
G = 27.55%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#875963 (or 0x875963) is known color: Cannon Pink. HEX triplet: 87, 59 and 63. RGB value is (135,89,99). Sum of RGB (Red+Green+Blue) = 135+89+99=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #875963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875963 is #78A69C. Grayscale: #676767. Windows color (decimal): -7906973 or 6510983. OLE color: 6510983.

HSL color Cylindrical-coordinate representation of color #875963: hue angle of 346.96º 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 #875963 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 89 99 -
CMYK 0 0.34 0.27 0.47
HSL 346.96º 0.21% 0.44% -
HSV(B) 346.96º 0.34% 0.53% -
XYZ 15.82 13.2 13.52 -
YUV 103.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 135 89 99 0 0.34 0.27 0.47 346.96 0.21 0.44
Hex 87 59 63 0 22 1B 2F 15B 15 2C
Octal 207 131 143 0 42 33 57 533 25 54
Binary 10000111 1011001 1100011 0 100010 11011 101111 101011011 10101 101100

Color Harmonies of #875963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875963

Black with #875963

Text Example


Text Example

White with #875963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875963; }

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

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

background-color css

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

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

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

border-color css

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

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

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