Html Css Color HEX #875671 Cannon Pink

📋 copy color: '#875671'

red 135 ◦ green 86 ◦ blue 113

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

Shades of Cannon Pink #875671

Tints of Cannon Pink #875671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.83%

R = 40.42%
G = 25.75%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#875671 (or 0x875671) is known color: Cannon Pink. HEX triplet: 87, 56 and 71. RGB value is (135,86,113). Sum of RGB (Red+Green+Blue) = 135+86+113=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #875671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875671 is #78A98E. Grayscale: #676767. Windows color (decimal): -7907727 or 7427719. OLE color: 7427719.

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

Color convert

RGB 135 86 113 -
CMYK 0 0.36 0.16 0.47
HSL 326.94º 0.22% 0.43% -
HSV(B) 326.94º 0.36% 0.53% -
XYZ 16.3 13 17.27 -
YUV 103.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 135 86 113 0 0.36 0.16 0.47 326.94 0.22 0.43
Hex 87 56 71 0 24 10 2F 147 16 2B
Octal 207 126 161 0 44 20 57 507 26 53
Binary 10000111 1010110 1110001 0 100100 10000 101111 101000111 10110 101011

Color Harmonies of #875671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875671

Black with #875671

Text Example


Text Example

White with #875671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875671; }

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

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

background-color css

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

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

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

border-color css

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

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

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