Html Css Color HEX #C88DAA Lily

📋 copy color: '#C88DAA'

red 200 ◦ green 141 ◦ blue 170

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

Shades of Lily #C88DAA

Tints of Lily #C88DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.59%

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

R = 39.14%
G = 27.59%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C88DAA (or 0xC88DAA) is known color: Lily. HEX triplet: C8, 8D and AA. RGB value is (200,141,170). Sum of RGB (Red+Green+Blue) = 200+141+170=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88DAA is #377255. Grayscale: #A1A1A1. Windows color (decimal): -3633750 or 11177416. OLE color: 11177416.

HSL color Cylindrical-coordinate representation of color #C88DAA: hue angle of 330.51º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88DAA is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 141 170 -
CMYK 0 0.29 0.15 0.22
HSL 330.51º 0.35% 0.67% -
HSV(B) 330.51º 0.3% 0.78% -
XYZ 40.6 34.23 42.5 -
YUV 161.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 200 141 170 0 0.29 0.15 0.22 330.51 0.35 0.67
Hex C8 8D AA 0 1D F 16 14B 23 43
Octal 310 215 252 0 35 17 26 513 43 103
Binary 11001000 10001101 10101010 0 11101 1111 10110 101001011 100011 1000011

Color Harmonies of #C88DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88DAA

Black with #C88DAA

Text Example


Text Example

White with #C88DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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