Html Css Color HEX #875164 Cannon Pink

📋 copy color: '#875164'

red 135 ◦ green 81 ◦ blue 100

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

Shades of Cannon Pink #875164

Tints of Cannon Pink #875164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.65%

R = 42.72%
G = 25.63%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#875164 (or 0x875164) is known color: Cannon Pink. HEX triplet: 87, 51 and 64. RGB value is (135,81,100). Sum of RGB (Red+Green+Blue) = 135+81+100=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #875164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875164 is #78AE9B. Grayscale: #636363. Windows color (decimal): -7909020 or 6574471. OLE color: 6574471.

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

Color convert

RGB 135 81 100 -
CMYK 0 0.40 0.26 0.47
HSL 338.89º 0.25% 0.42% -
HSV(B) 338.89º 0.4% 0.53% -
XYZ 15.23 11.96 13.56 -
YUV 99.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 135 81 100 0 0.40 0.26 0.47 338.89 0.25 0.42
Hex 87 51 64 0 28 1A 2F 153 19 2A
Octal 207 121 144 0 50 32 57 523 31 52
Binary 10000111 1010001 1100100 0 101000 11010 101111 101010011 11001 101010

Color Harmonies of #875164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875164

Black with #875164

Text Example


Text Example

White with #875164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875164; }

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

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

background-color css

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

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

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

border-color css

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

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

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