Html Css Color HEX #885269 Cannon Pink

📋 copy color: '#885269'

red 136 ◦ green 82 ◦ blue 105

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

Shades of Cannon Pink #885269

Tints of Cannon Pink #885269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.51%

R = 42.11%
G = 25.39%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#885269 (or 0x885269) is known color: Cannon Pink. HEX triplet: 88, 52 and 69. RGB value is (136,82,105). Sum of RGB (Red+Green+Blue) = 136+82+105=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #885269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885269 is #77AD96. Grayscale: #646464. Windows color (decimal): -7843223 or 6902408. OLE color: 6902408.

HSL color Cylindrical-coordinate representation of color #885269: hue angle of 334.44º 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 #885269 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 82 105 -
CMYK 0 0.40 0.23 0.47
HSL 334.44º 0.25% 0.43% -
HSV(B) 334.44º 0.4% 0.53% -
XYZ 15.72 12.29 14.91 -
YUV 100.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 136 82 105 0 0.40 0.23 0.47 334.44 0.25 0.43
Hex 88 52 69 0 28 17 2F 14E 19 2B
Octal 210 122 151 0 50 27 57 516 31 53
Binary 10001000 1010010 1101001 0 101000 10111 101111 101001110 11001 101011

Color Harmonies of #885269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885269

Black with #885269

Text Example


Text Example

White with #885269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885269; }

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

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

background-color css

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

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

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

border-color css

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

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

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