Html Css Color HEX #855866 Cannon Pink

📋 copy color: '#855866'

red 133 ◦ green 88 ◦ blue 102

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

Shades of Cannon Pink #855866

Tints of Cannon Pink #855866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.58%

R = 41.18%
G = 27.24%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#855866 (or 0x855866) is known color: Cannon Pink. HEX triplet: 85, 58 and 66. RGB value is (133,88,102). Sum of RGB (Red+Green+Blue) = 133+88+102=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #855866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855866 is #7AA799. Grayscale: #676767. Windows color (decimal): -8038298 or 6707333. OLE color: 6707333.

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

Color convert

RGB 133 88 102 -
CMYK 0 0.34 0.23 0.48
HSL 341.33º 0.2% 0.43% -
HSV(B) 341.33º 0.34% 0.52% -
XYZ 15.56 12.93 14.25 -
YUV 103.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 133 88 102 0 0.34 0.23 0.48 341.33 0.2 0.43
Hex 85 58 66 0 22 17 30 155 14 2B
Octal 205 130 146 0 42 27 60 525 24 53
Binary 10000101 1011000 1100110 0 100010 10111 110000 101010101 10100 101011

Color Harmonies of #855866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855866

Black with #855866

Text Example


Text Example

White with #855866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855866; }

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

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

background-color css

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

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

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

border-color css

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

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

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