Html Css Color HEX #875263 Cannon Pink

📋 copy color: '#875263'

red 135 ◦ green 82 ◦ blue 99

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

Shades of Cannon Pink #875263

Tints of Cannon Pink #875263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

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

R = 42.72%
G = 25.95%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#875263 (or 0x875263) is known color: Cannon Pink. HEX triplet: 87, 52 and 63. RGB value is (135,82,99). Sum of RGB (Red+Green+Blue) = 135+82+99=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #875263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875263 is #78AD9C. Grayscale: #636363. Windows color (decimal): -7908765 or 6509191. OLE color: 6509191.

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

Color convert

RGB 135 82 99 -
CMYK 0 0.39 0.27 0.47
HSL 340.75º 0.24% 0.43% -
HSV(B) 340.75º 0.39% 0.53% -
XYZ 15.26 12.09 13.33 -
YUV 99.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 135 82 99 0 0.39 0.27 0.47 340.75 0.24 0.43
Hex 87 52 63 0 27 1B 2F 155 18 2B
Octal 207 122 143 0 47 33 57 525 30 53
Binary 10000111 1010010 1100011 0 100111 11011 101111 101010101 11000 101011

Color Harmonies of #875263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875263

Black with #875263

Text Example


Text Example

White with #875263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875263; }

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

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

background-color css

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

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

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

border-color css

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

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

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