Html Css Color HEX #855361 Cannon Pink

📋 copy color: '#855361'

red 133 ◦ green 83 ◦ blue 97

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

Shades of Cannon Pink #855361

Tints of Cannon Pink #855361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.52%

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

R = 42.49%
G = 26.52%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#855361 (or 0x855361) is known color: Cannon Pink. HEX triplet: 85, 53 and 61. RGB value is (133,83,97). Sum of RGB (Red+Green+Blue) = 133+83+97=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #855361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855361 is #7AAC9E. Grayscale: #636363. Windows color (decimal): -8039583 or 6378373. OLE color: 6378373.

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

Color convert

RGB 133 83 97 -
CMYK 0 0.38 0.27 0.48
HSL 343.2º 0.23% 0.42% -
HSV(B) 343.2º 0.38% 0.52% -
XYZ 14.92 12.04 12.85 -
YUV 99.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 133 83 97 0 0.38 0.27 0.48 343.2 0.23 0.42
Hex 85 53 61 0 26 1B 30 157 17 2A
Octal 205 123 141 0 46 33 60 527 27 52
Binary 10000101 1010011 1100001 0 100110 11011 110000 101010111 10111 101010

Color Harmonies of #855361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855361

Black with #855361

Text Example


Text Example

White with #855361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855361; }

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

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

background-color css

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

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

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

border-color css

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

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

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