Html Css Color HEX #855969 Cannon Pink

📋 copy color: '#855969'

red 133 ◦ green 89 ◦ blue 105

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

Shades of Cannon Pink #855969

Tints of Cannon Pink #855969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.11%

R = 40.67%
G = 27.22%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#855969 (or 0x855969) is known color: Cannon Pink. HEX triplet: 85, 59 and 69. RGB value is (133,89,105). Sum of RGB (Red+Green+Blue) = 133+89+105=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #855969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855969 is #7AA696. Grayscale: #676767. Windows color (decimal): -8038039 or 6904197. OLE color: 6904197.

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

Color convert

RGB 133 89 105 -
CMYK 0 0.33 0.21 0.48
HSL 338.18º 0.2% 0.44% -
HSV(B) 338.18º 0.33% 0.52% -
XYZ 15.8 13.15 15.07 -
YUV 103.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 133 89 105 0 0.33 0.21 0.48 338.18 0.2 0.44
Hex 85 59 69 0 21 15 30 152 14 2C
Octal 205 131 151 0 41 25 60 522 24 54
Binary 10000101 1011001 1101001 0 100001 10101 110000 101010010 10100 101100

Color Harmonies of #855969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855969

Black with #855969

Text Example


Text Example

White with #855969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855969; }

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

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

background-color css

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

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

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

border-color css

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

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

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