Html Css Color HEX #875163 Cannon Pink

📋 copy color: '#875163'

red 135 ◦ green 81 ◦ blue 99

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

Shades of Cannon Pink #875163

Tints of Cannon Pink #875163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.71%

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

R = 42.86%
G = 25.71%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#875163 (or 0x875163) is known color: Cannon Pink. HEX triplet: 87, 51 and 63. RGB value is (135,81,99). Sum of RGB (Red+Green+Blue) = 135+81+99=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #875163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875163 is #78AE9C. Grayscale: #636363. Windows color (decimal): -7909021 or 6508935. OLE color: 6508935.

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

Color convert

RGB 135 81 99 -
CMYK 0 0.40 0.27 0.47
HSL 340º 0.25% 0.42% -
HSV(B) 340º 0.4% 0.53% -
XYZ 15.19 11.94 13.31 -
YUV 99.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 135 81 99 0 0.40 0.27 0.47 340 0.25 0.42
Hex 87 51 63 0 28 1B 2F 154 19 2A
Octal 207 121 143 0 50 33 57 524 31 52
Binary 10000111 1010001 1100011 0 101000 11011 101111 101010100 11001 101010

Color Harmonies of #875163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875163

Black with #875163

Text Example


Text Example

White with #875163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875163; }

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

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

background-color css

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

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

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

border-color css

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

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

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