Html Css Color HEX #855262 Cannon Pink

📋 copy color: '#855262'

red 133 ◦ green 82 ◦ blue 98

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

Shades of Cannon Pink #855262

Tints of Cannon Pink #855262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.31%

R = 42.49%
G = 26.2%
B = 31.31%

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

#855262 (or 0x855262) is known color: Cannon Pink. HEX triplet: 85, 52 and 62. RGB value is (133,82,98). Sum of RGB (Red+Green+Blue) = 133+82+98=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #855262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855262 is #7AAD9D. Grayscale: #636363. Windows color (decimal): -8039838 or 6443653. OLE color: 6443653.

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

Color convert

RGB 133 82 98 -
CMYK 0 0.38 0.26 0.48
HSL 341.18º 0.24% 0.42% -
HSV(B) 341.18º 0.38% 0.52% -
XYZ 14.89 11.9 13.07 -
YUV 99.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 133 82 98 0 0.38 0.26 0.48 341.18 0.24 0.42
Hex 85 52 62 0 26 1A 30 155 18 2A
Octal 205 122 142 0 46 32 60 525 30 52
Binary 10000101 1010010 1100010 0 100110 11010 110000 101010101 11000 101010

Color Harmonies of #855262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855262

Black with #855262

Text Example


Text Example

White with #855262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855262; }

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

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

background-color css

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

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

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

border-color css

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

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

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