Html Css Color HEX #875864 Cannon Pink

📋 copy color: '#875864'

red 135 ◦ green 88 ◦ blue 100

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

Shades of Cannon Pink #875864

Tints of Cannon Pink #875864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.24%

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

R = 41.8%
G = 27.24%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#875864 (or 0x875864) is known color: Cannon Pink. HEX triplet: 87, 58 and 64. RGB value is (135,88,100). Sum of RGB (Red+Green+Blue) = 135+88+100=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #875864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875864 is #78A79B. Grayscale: #676767. Windows color (decimal): -7907228 or 6576263. OLE color: 6576263.

HSL color Cylindrical-coordinate representation of color #875864: hue angle of 344.68º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #875864 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 88 100 -
CMYK 0 0.35 0.26 0.47
HSL 344.68º 0.21% 0.44% -
HSV(B) 344.68º 0.35% 0.53% -
XYZ 15.78 13.05 13.74 -
YUV 103.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 135 88 100 0 0.35 0.26 0.47 344.68 0.21 0.44
Hex 87 58 64 0 23 1A 2F 159 15 2C
Octal 207 130 144 0 43 32 57 531 25 54
Binary 10000111 1011000 1100100 0 100011 11010 101111 101011001 10101 101100

Color Harmonies of #875864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875864

Black with #875864

Text Example


Text Example

White with #875864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875864; }

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

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

background-color css

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

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

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

border-color css

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

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

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