Html Css Color HEX #885562 Cannon Pink

📋 copy color: '#885562'

red 136 ◦ green 85 ◦ blue 98

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

Shades of Cannon Pink #885562

Tints of Cannon Pink #885562

RGB

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

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

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

R = 42.63%
G = 26.65%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#885562 (or 0x885562) is known color: Cannon Pink. HEX triplet: 88, 55 and 62. RGB value is (136,85,98). Sum of RGB (Red+Green+Blue) = 136+85+98=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #885562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885562 is #77AA9D. Grayscale: #656565. Windows color (decimal): -7842462 or 6444424. OLE color: 6444424.

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

Color convert

RGB 136 85 98 -
CMYK 0 0.38 0.28 0.47
HSL 344.71º 0.23% 0.43% -
HSV(B) 344.71º 0.38% 0.53% -
XYZ 15.61 12.61 13.17 -
YUV 101.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 136 85 98 0 0.38 0.28 0.47 344.71 0.23 0.43
Hex 88 55 62 0 26 1C 2F 159 17 2B
Octal 210 125 142 0 46 34 57 531 27 53
Binary 10001000 1010101 1100010 0 100110 11100 101111 101011001 10111 101011

Color Harmonies of #885562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885562

Black with #885562

Text Example


Text Example

White with #885562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885562; }

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

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

background-color css

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

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

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

border-color css

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

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

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