Html Css Color HEX #855561 Cannon Pink

📋 copy color: '#855561'

red 133 ◦ green 85 ◦ blue 97

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

Shades of Cannon Pink #855561

Tints of Cannon Pink #855561

RGB

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

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

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

R = 42.22%
G = 26.98%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#855561 (or 0x855561) is known color: Cannon Pink. HEX triplet: 85, 55 and 61. RGB value is (133,85,97). Sum of RGB (Red+Green+Blue) = 133+85+97=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #855561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855561 is #7AAA9E. Grayscale: #646464. Windows color (decimal): -8039071 or 6378885. OLE color: 6378885.

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

Color convert

RGB 133 85 97 -
CMYK 0 0.36 0.27 0.48
HSL 345º 0.22% 0.43% -
HSV(B) 345º 0.36% 0.52% -
XYZ 15.08 12.35 12.9 -
YUV 100.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 133 85 97 0 0.36 0.27 0.48 345 0.22 0.43
Hex 85 55 61 0 24 1B 30 159 16 2B
Octal 205 125 141 0 44 33 60 531 26 53
Binary 10000101 1010101 1100001 0 100100 11011 110000 101011001 10110 101011

Color Harmonies of #855561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855561

Black with #855561

Text Example


Text Example

White with #855561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855561; }

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

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

background-color css

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

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

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

border-color css

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

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

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