Html Css Color HEX #855560 Cannon Pink

📋 copy color: '#855560'

red 133 ◦ green 85 ◦ blue 96

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

Shades of Cannon Pink #855560

Tints of Cannon Pink #855560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

 BLUE value IS 96 (37.89% from 255) = 30.57%

R = 42.36%
G = 27.07%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#855560 (or 0x855560) is known color: Cannon Pink. HEX triplet: 85, 55 and 60. RGB value is (133,85,96). Sum of RGB (Red+Green+Blue) = 133+85+96=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #855560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855560 is #7AAA9F. Grayscale: #646464. Windows color (decimal): -8039072 or 6313349. OLE color: 6313349.

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

Color convert

RGB 133 85 96 -
CMYK 0 0.36 0.28 0.48
HSL 346.25º 0.22% 0.43% -
HSV(B) 346.25º 0.36% 0.52% -
XYZ 15.03 12.33 12.65 -
YUV 100.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 133 85 96 0 0.36 0.28 0.48 346.25 0.22 0.43
Hex 85 55 60 0 24 1C 30 15A 16 2B
Octal 205 125 140 0 44 34 60 532 26 53
Binary 10000101 1010101 1100000 0 100100 11100 110000 101011010 10110 101011

Color Harmonies of #855560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855560

Black with #855560

Text Example


Text Example

White with #855560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855560; }

 p { color: rgb(133,85,96); }

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

background-color css

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

 a { background-color: rgb(133,85,96); }

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

border-color css

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

 span { border-color: rgb(133,85,96); }

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