Html Css Color HEX #885262 Cannon Pink

📋 copy color: '#885262'

red 136 ◦ green 82 ◦ blue 98

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

Shades of Cannon Pink #885262

Tints of Cannon Pink #885262

RGB

 RED value IS 136 (53.52% from 255) = 43.04%

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

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

R = 43.04%
G = 25.95%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#885262 (or 0x885262) is known color: Cannon Pink. HEX triplet: 88, 52 and 62. RGB value is (136,82,98). Sum of RGB (Red+Green+Blue) = 136+82+98=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #885262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885262 is #77AD9D. Grayscale: #636363. Windows color (decimal): -7843230 or 6443656. OLE color: 6443656.

HSL color Cylindrical-coordinate representation of color #885262: hue angle of 342.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885262 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 82 98 -
CMYK 0 0.40 0.28 0.47
HSL 342.22º 0.25% 0.43% -
HSV(B) 342.22º 0.4% 0.53% -
XYZ 15.38 12.15 13.09 -
YUV 99.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 136 82 98 0 0.40 0.28 0.47 342.22 0.25 0.43
Hex 88 52 62 0 28 1C 2F 156 19 2B
Octal 210 122 142 0 50 34 57 526 31 53
Binary 10001000 1010010 1100010 0 101000 11100 101111 101010110 11001 101011

Color Harmonies of #885262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885262

Black with #885262

Text Example


Text Example

White with #885262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885262; }

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

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

background-color css

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

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

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

border-color css

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

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

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