Html Css Color HEX #855966 Cannon Pink

📋 copy color: '#855966'

red 133 ◦ green 89 ◦ blue 102

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

Shades of Cannon Pink #855966

Tints of Cannon Pink #855966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

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

R = 41.05%
G = 27.47%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#855966 (or 0x855966) is known color: Cannon Pink. HEX triplet: 85, 59 and 66. RGB value is (133,89,102). Sum of RGB (Red+Green+Blue) = 133+89+102=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #855966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855966 is #7AA699. Grayscale: #676767. Windows color (decimal): -8038042 or 6707589. OLE color: 6707589.

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

Color convert

RGB 133 89 102 -
CMYK 0 0.33 0.23 0.48
HSL 342.27º 0.2% 0.44% -
HSV(B) 342.27º 0.33% 0.52% -
XYZ 15.64 13.09 14.27 -
YUV 103.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 133 89 102 0 0.33 0.23 0.48 342.27 0.2 0.44
Hex 85 59 66 0 21 17 30 156 14 2C
Octal 205 131 146 0 41 27 60 526 24 54
Binary 10000101 1011001 1100110 0 100001 10111 110000 101010110 10100 101100

Color Harmonies of #855966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855966

Black with #855966

Text Example


Text Example

White with #855966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855966; }

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

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

background-color css

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

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

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

border-color css

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

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

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