Html Css Color HEX #875063 Cannon Pink

📋 copy color: '#875063'

red 135 ◦ green 80 ◦ blue 99

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

Shades of Cannon Pink #875063

Tints of Cannon Pink #875063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.48%

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

R = 42.99%
G = 25.48%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#875063 (or 0x875063) is known color: Cannon Pink. HEX triplet: 87, 50 and 63. RGB value is (135,80,99). Sum of RGB (Red+Green+Blue) = 135+80+99=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #875063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875063 is #78AF9C. Grayscale: #626262. Windows color (decimal): -7909277 or 6508679. OLE color: 6508679.

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

Color convert

RGB 135 80 99 -
CMYK 0 0.41 0.27 0.47
HSL 339.27º 0.26% 0.42% -
HSV(B) 339.27º 0.41% 0.53% -
XYZ 15.11 11.79 13.28 -
YUV 98.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 135 80 99 0 0.41 0.27 0.47 339.27 0.26 0.42
Hex 87 50 63 0 29 1B 2F 153 1A 2A
Octal 207 120 143 0 51 33 57 523 32 52
Binary 10000111 1010000 1100011 0 101001 11011 101111 101010011 11010 101010

Color Harmonies of #875063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875063

Black with #875063

Text Example


Text Example

White with #875063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875063; }

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

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

background-color css

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

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

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

border-color css

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

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

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