Html Css Color HEX #875261 Cannon Pink

📋 copy color: '#875261'

red 135 ◦ green 82 ◦ blue 97

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

Shades of Cannon Pink #875261

Tints of Cannon Pink #875261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.89%

R = 42.99%
G = 26.11%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#875261 (or 0x875261) is known color: Cannon Pink. HEX triplet: 87, 52 and 61. RGB value is (135,82,97). Sum of RGB (Red+Green+Blue) = 135+82+97=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #875261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875261 is #78AD9E. Grayscale: #636363. Windows color (decimal): -7908767 or 6378119. OLE color: 6378119.

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

Color convert

RGB 135 82 97 -
CMYK 0 0.39 0.28 0.47
HSL 343.02º 0.24% 0.43% -
HSV(B) 343.02º 0.39% 0.53% -
XYZ 15.17 12.05 12.84 -
YUV 99.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 135 82 97 0 0.39 0.28 0.47 343.02 0.24 0.43
Hex 87 52 61 0 27 1C 2F 157 18 2B
Octal 207 122 141 0 47 34 57 527 30 53
Binary 10000111 1010010 1100001 0 100111 11100 101111 101010111 11000 101011

Color Harmonies of #875261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875261

Black with #875261

Text Example


Text Example

White with #875261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875261; }

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

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

background-color css

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

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

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

border-color css

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

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

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