Html Css Color HEX #875168 Cannon Pink

📋 copy color: '#875168'

red 135 ◦ green 81 ◦ blue 104

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

Shades of Cannon Pink #875168

Tints of Cannon Pink #875168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 42.19%
G = 25.31%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#875168 (or 0x875168) is known color: Cannon Pink. HEX triplet: 87, 51 and 68. RGB value is (135,81,104). Sum of RGB (Red+Green+Blue) = 135+81+104=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #875168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875168 is #78AE97. Grayscale: #636363. Windows color (decimal): -7909016 or 6836615. OLE color: 6836615.

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

Color convert

RGB 135 81 104 -
CMYK 0 0.40 0.23 0.47
HSL 334.44º 0.25% 0.42% -
HSV(B) 334.44º 0.4% 0.53% -
XYZ 15.43 12.04 14.61 -
YUV 99.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 135 81 104 0 0.40 0.23 0.47 334.44 0.25 0.42
Hex 87 51 68 0 28 17 2F 14E 19 2A
Octal 207 121 150 0 50 27 57 516 31 52
Binary 10000111 1010001 1101000 0 101000 10111 101111 101001110 11001 101010

Color Harmonies of #875168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875168

Black with #875168

Text Example


Text Example

White with #875168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875168; }

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

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

background-color css

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

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

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

border-color css

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

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

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