Html Css Color HEX #C99FAE Lily

📋 copy color: '#C99FAE'

red 201 ◦ green 159 ◦ blue 174

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

Shades of Lily #C99FAE

Tints of Lily #C99FAE

RGB

 RED value IS 201 (78.91% from 255) = 37.64%

 GREEN value IS 159 (62.5% from 255) = 29.78%

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

R = 37.64%
G = 29.78%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C99FAE (or 0xC99FAE) is known color: Lily. HEX triplet: C9, 9F and AE. RGB value is (201,159,174). Sum of RGB (Red+Green+Blue) = 201+159+174=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99FAE is #366051. Grayscale: #ADADAD. Windows color (decimal): -3563602 or 11444169. OLE color: 11444169.

HSL color Cylindrical-coordinate representation of color #C99FAE: hue angle of 338.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99FAE is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 159 174 -
CMYK 0 0.21 0.13 0.21
HSL 338.57º 0.28% 0.71% -
HSV(B) 338.57º 0.21% 0.79% -
XYZ 44.13 40.27 45.49 -
YUV 173.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 201 159 174 0 0.21 0.13 0.21 338.57 0.28 0.71
Hex C9 9F AE 0 15 D 15 153 1C 47
Octal 311 237 256 0 25 15 25 523 34 107
Binary 11001001 10011111 10101110 0 10101 1101 10101 101010011 11100 1000111

Color Harmonies of #C99FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99FAE

Black with #C99FAE

Text Example


Text Example

White with #C99FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99FAE; }

 p { color: rgb(201,159,174); }

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

background-color css

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

 a { background-color: rgb(201,159,174); }

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

border-color css

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

 span { border-color: rgb(201,159,174); }

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