Html Css Color HEX #885361 Cannon Pink

📋 copy color: '#885361'

red 136 ◦ green 83 ◦ blue 97

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

Shades of Cannon Pink #885361

Tints of Cannon Pink #885361

RGB

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

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

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

R = 43.04%
G = 26.27%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#885361 (or 0x885361) is known color: Cannon Pink. HEX triplet: 88, 53 and 61. RGB value is (136,83,97). Sum of RGB (Red+Green+Blue) = 136+83+97=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #885361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885361 is #77AC9E. Grayscale: #646464. Windows color (decimal): -7842975 or 6378376. OLE color: 6378376.

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

Color convert

RGB 136 83 97 -
CMYK 0 0.39 0.29 0.47
HSL 344.15º 0.24% 0.43% -
HSV(B) 344.15º 0.39% 0.53% -
XYZ 15.4 12.28 12.87 -
YUV 100.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 136 83 97 0 0.39 0.29 0.47 344.15 0.24 0.43
Hex 88 53 61 0 27 1D 2F 158 18 2B
Octal 210 123 141 0 47 35 57 530 30 53
Binary 10001000 1010011 1100001 0 100111 11101 101111 101011000 11000 101011

Color Harmonies of #885361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885361

Black with #885361

Text Example


Text Example

White with #885361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885361; }

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

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

background-color css

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

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

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

border-color css

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

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

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