Html Css Color HEX #C886AA Lily

📋 copy color: '#C886AA'

red 200 ◦ green 134 ◦ blue 170

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

Shades of Lily #C886AA

Tints of Lily #C886AA

RGB

 RED value IS 200 (78.52% from 255) = 39.68%

 GREEN value IS 134 (52.73% from 255) = 26.59%

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 39.68%
G = 26.59%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C886AA (or 0xC886AA) is known color: Lily. HEX triplet: C8, 86 and AA. RGB value is (200,134,170). Sum of RGB (Red+Green+Blue) = 200+134+170=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C886AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C886AA is #377955. Grayscale: #9D9D9D. Windows color (decimal): -3635542 or 11175624. OLE color: 11175624.

HSL color Cylindrical-coordinate representation of color #C886AA: hue angle of 327.27º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C886AA is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 134 170 -
CMYK 0 0.33 0.15 0.22
HSL 327.27º 0.38% 0.65% -
HSV(B) 327.27º 0.33% 0.78% -
XYZ 39.6 32.23 42.16 -
YUV 157.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 200 134 170 0 0.33 0.15 0.22 327.27 0.38 0.65
Hex C8 86 AA 0 21 F 16 147 26 41
Octal 310 206 252 0 41 17 26 507 46 101
Binary 11001000 10000110 10101010 0 100001 1111 10110 101000111 100110 1000001

Color Harmonies of #C886AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886AA

Black with #C886AA

Text Example


Text Example

White with #C886AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886AA; }

 p { color: rgb(200,134,170); }

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

background-color css

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

 a { background-color: rgb(200,134,170); }

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

border-color css

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

 span { border-color: rgb(200,134,170); }

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