Html Css Color HEX #855861 Cannon Pink

📋 copy color: '#855861'

red 133 ◦ green 88 ◦ blue 97

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

Shades of Cannon Pink #855861

Tints of Cannon Pink #855861

RGB

 RED value IS 133 (52.34% from 255) = 41.82%

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

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

R = 41.82%
G = 27.67%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#855861 (or 0x855861) is known color: Cannon Pink. HEX triplet: 85, 58 and 61. RGB value is (133,88,97). Sum of RGB (Red+Green+Blue) = 133+88+97=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #855861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855861 is #7AA79E. Grayscale: #666666. Windows color (decimal): -8038303 or 6379653. OLE color: 6379653.

HSL color Cylindrical-coordinate representation of color #855861: hue angle of 348º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #855861 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 97 -
CMYK 0 0.34 0.27 0.48
HSL 348º 0.2% 0.43% -
HSV(B) 348º 0.34% 0.52% -
XYZ 15.32 12.83 12.98 -
YUV 102.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 133 88 97 0 0.34 0.27 0.48 348 0.2 0.43
Hex 85 58 61 0 22 1B 30 15C 14 2B
Octal 205 130 141 0 42 33 60 534 24 53
Binary 10000101 1011000 1100001 0 100010 11011 110000 101011100 10100 101011

Color Harmonies of #855861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855861

Black with #855861

Text Example


Text Example

White with #855861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855861; }

 p { color: rgb(133,88,97); }

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

background-color css

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

 a { background-color: rgb(133,88,97); }

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

border-color css

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

 span { border-color: rgb(133,88,97); }

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