Html Css Color HEX #C8A0AE Lily

📋 copy color: '#C8A0AE'

red 200 ◦ green 160 ◦ blue 174

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

Shades of Lily #C8A0AE

Tints of Lily #C8A0AE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.96%

 BLUE value IS 174 (68.36% from 255) = 32.58%

R = 37.45%
G = 29.96%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C8A0AE (or 0xC8A0AE) is known color: Lily. HEX triplet: C8, A0 and AE. RGB value is (200,160,174). Sum of RGB (Red+Green+Blue) = 200+160+174=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A0AE is #375F51. Grayscale: #ADADAD. Windows color (decimal): -3628882 or 11444424. OLE color: 11444424.

HSL color Cylindrical-coordinate representation of color #C8A0AE: hue angle of 339º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8A0AE is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 160 174 -
CMYK 0 0.2 0.13 0.22
HSL 339º 0.27% 0.71% -
HSV(B) 339º 0.2% 0.78% -
XYZ 44.03 40.48 45.54 -
YUV 173.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 200 160 174 0 0.2 0.13 0.22 339 0.27 0.71
Hex C8 A0 AE 0 14 D 16 153 1B 47
Octal 310 240 256 0 24 15 26 523 33 107
Binary 11001000 10100000 10101110 0 10100 1101 10110 101010011 11011 1000111

Color Harmonies of #C8A0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A0AE

Black with #C8A0AE

Text Example


Text Example

White with #C8A0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A0AE; }

 p { color: rgb(200,160,174); }

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

background-color css

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

 a { background-color: rgb(200,160,174); }

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

border-color css

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

 span { border-color: rgb(200,160,174); }

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