Html Css Color HEX #875670 Cannon Pink

📋 copy color: '#875670'

red 135 ◦ green 86 ◦ blue 112

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

Shades of Cannon Pink #875670

Tints of Cannon Pink #875670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.63%

R = 40.54%
G = 25.83%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#875670 (or 0x875670) is known color: Cannon Pink. HEX triplet: 87, 56 and 70. RGB value is (135,86,112). Sum of RGB (Red+Green+Blue) = 135+86+112=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #875670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875670 is #78A98F. Grayscale: #676767. Windows color (decimal): -7907728 or 7362183. OLE color: 7362183.

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

Color convert

RGB 135 86 112 -
CMYK 0 0.36 0.17 0.47
HSL 328.16º 0.22% 0.43% -
HSV(B) 328.16º 0.36% 0.53% -
XYZ 16.24 12.98 16.98 -
YUV 103.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 135 86 112 0 0.36 0.17 0.47 328.16 0.22 0.43
Hex 87 56 70 0 24 11 2F 148 16 2B
Octal 207 126 160 0 44 21 57 510 26 53
Binary 10000111 1010110 1110000 0 100100 10001 101111 101001000 10110 101011

Color Harmonies of #875670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875670

Black with #875670

Text Example


Text Example

White with #875670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875670; }

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

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

background-color css

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

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

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

border-color css

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

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

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