Html Css Color HEX #855263 Cannon Pink

📋 copy color: '#855263'

red 133 ◦ green 82 ◦ blue 99

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

Shades of Cannon Pink #855263

Tints of Cannon Pink #855263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 42.36%
G = 26.11%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#855263 (or 0x855263) is known color: Cannon Pink. HEX triplet: 85, 52 and 63. RGB value is (133,82,99). Sum of RGB (Red+Green+Blue) = 133+82+99=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #855263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855263 is #7AAD9C. Grayscale: #636363. Windows color (decimal): -8039837 or 6509189. OLE color: 6509189.

HSL color Cylindrical-coordinate representation of color #855263: hue angle of 340º degrees, saturation: 0.24, 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 #855263 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 99 -
CMYK 0 0.38 0.26 0.48
HSL 340º 0.24% 0.42% -
HSV(B) 340º 0.38% 0.52% -
XYZ 14.94 11.92 13.32 -
YUV 99.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 133 82 99 0 0.38 0.26 0.48 340 0.24 0.42
Hex 85 52 63 0 26 1A 30 154 18 2A
Octal 205 122 143 0 46 32 60 524 30 52
Binary 10000101 1010010 1100011 0 100110 11010 110000 101010100 11000 101010

Color Harmonies of #855263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855263

Black with #855263

Text Example


Text Example

White with #855263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855263; }

 p { color: rgb(133,82,99); }

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

background-color css

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

 a { background-color: rgb(133,82,99); }

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

border-color css

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

 span { border-color: rgb(133,82,99); }

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