Html Css Color HEX #C888AA Lily

📋 copy color: '#C888AA'

red 200 ◦ green 136 ◦ blue 170

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

Shades of Lily #C888AA

Tints of Lily #C888AA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.88%

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

R = 39.53%
G = 26.88%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C888AA (or 0xC888AA) is known color: Lily. HEX triplet: C8, 88 and AA. RGB value is (200,136,170). Sum of RGB (Red+Green+Blue) = 200+136+170=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C888AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C888AA is #377755. Grayscale: #9E9E9E. Windows color (decimal): -3635030 or 11176136. OLE color: 11176136.

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

Color convert

RGB 200 136 170 -
CMYK 0 0.32 0.15 0.22
HSL 328.13º 0.37% 0.66% -
HSV(B) 328.13º 0.32% 0.78% -
XYZ 39.88 32.79 42.26 -
YUV 159.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 200 136 170 0 0.32 0.15 0.22 328.13 0.37 0.66
Hex C8 88 AA 0 20 F 16 148 25 42
Octal 310 210 252 0 40 17 26 510 45 102
Binary 11001000 10001000 10101010 0 100000 1111 10110 101001000 100101 1000010

Color Harmonies of #C888AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C888AA

Black with #C888AA

Text Example


Text Example

White with #C888AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C888AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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