Html Css Color HEX #875665 Cannon Pink

📋 copy color: '#875665'

red 135 ◦ green 86 ◦ blue 101

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

Shades of Cannon Pink #875665

Tints of Cannon Pink #875665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.37%

R = 41.93%
G = 26.71%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#875665 (or 0x875665) is known color: Cannon Pink. HEX triplet: 87, 56 and 65. RGB value is (135,86,101). Sum of RGB (Red+Green+Blue) = 135+86+101=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #875665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875665 is #78A99A. Grayscale: #666666. Windows color (decimal): -7907739 or 6641287. OLE color: 6641287.

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

Color convert

RGB 135 86 101 -
CMYK 0 0.36 0.25 0.47
HSL 341.63º 0.22% 0.43% -
HSV(B) 341.63º 0.36% 0.53% -
XYZ 15.67 12.75 13.95 -
YUV 102.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 135 86 101 0 0.36 0.25 0.47 341.63 0.22 0.43
Hex 87 56 65 0 24 19 2F 156 16 2B
Octal 207 126 145 0 44 31 57 526 26 53
Binary 10000111 1010110 1100101 0 100100 11001 101111 101010110 10110 101011

Color Harmonies of #875665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875665

Black with #875665

Text Example


Text Example

White with #875665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875665; }

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

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

background-color css

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

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

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

border-color css

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

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

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