Html Css Color HEX #875562 Cannon Pink

📋 copy color: '#875562'

red 135 ◦ green 85 ◦ blue 98

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

Shades of Cannon Pink #875562

Tints of Cannon Pink #875562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

 BLUE value IS 98 (38.67% from 255) = 30.82%

R = 42.45%
G = 26.73%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#875562 (or 0x875562) is known color: Cannon Pink. HEX triplet: 87, 55 and 62. RGB value is (135,85,98). Sum of RGB (Red+Green+Blue) = 135+85+98=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #875562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875562 is #78AA9D. Grayscale: #656565. Windows color (decimal): -7907998 or 6444423. OLE color: 6444423.

HSL color Cylindrical-coordinate representation of color #875562: hue angle of 344.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875562 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 85 98 -
CMYK 0 0.37 0.27 0.47
HSL 344.4º 0.23% 0.43% -
HSV(B) 344.4º 0.37% 0.53% -
XYZ 15.44 12.53 13.16 -
YUV 101.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 135 85 98 0 0.37 0.27 0.47 344.4 0.23 0.43
Hex 87 55 62 0 25 1B 2F 158 17 2B
Octal 207 125 142 0 45 33 57 530 27 53
Binary 10000111 1010101 1100010 0 100101 11011 101111 101011000 10111 101011

Color Harmonies of #875562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875562

Black with #875562

Text Example


Text Example

White with #875562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875562; }

 p { color: rgb(135,85,98); }

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

background-color css

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

 a { background-color: rgb(135,85,98); }

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

border-color css

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

 span { border-color: rgb(135,85,98); }

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