Html Css Color HEX #885A66 Cannon Pink

📋 copy color: '#885A66'

red 136 ◦ green 90 ◦ blue 102

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

Shades of Cannon Pink #885A66

Tints of Cannon Pink #885A66

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

 BLUE value IS 102 (40.23% from 255) = 31.1%

R = 41.46%
G = 27.44%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#885A66 (or 0x885A66) is known color: Cannon Pink. HEX triplet: 88, 5A and 66. RGB value is (136,90,102). Sum of RGB (Red+Green+Blue) = 136+90+102=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #885A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A66 is #77A599. Grayscale: #696969. Windows color (decimal): -7841178 or 6707848. OLE color: 6707848.

HSL color Cylindrical-coordinate representation of color #885A66: hue angle of 344.35º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885A66 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 90 102 -
CMYK 0 0.34 0.25 0.47
HSL 344.35º 0.2% 0.44% -
HSV(B) 344.35º 0.34% 0.53% -
XYZ 16.21 13.51 14.32 -
YUV 105.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 136 90 102 0 0.34 0.25 0.47 344.35 0.2 0.44
Hex 88 5A 66 0 22 19 2F 158 14 2C
Octal 210 132 146 0 42 31 57 530 24 54
Binary 10001000 1011010 1100110 0 100010 11001 101111 101011000 10100 101100

Color Harmonies of #885A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A66

Black with #885A66

Text Example


Text Example

White with #885A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885A66; }

 p { color: rgb(136,90,102); }

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

background-color css

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

 a { background-color: rgb(136,90,102); }

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

border-color css

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

 span { border-color: rgb(136,90,102); }

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