Html Css Color HEX #C99AAD Lily

📋 copy color: '#C99AAD'

red 201 ◦ green 154 ◦ blue 173

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

Shades of Lily #C99AAD

Tints of Lily #C99AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.17%

 BLUE value IS 173 (67.97% from 255) = 32.77%

R = 38.07%
G = 29.17%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C99AAD (or 0xC99AAD) is known color: Lily. HEX triplet: C9, 9A and AD. RGB value is (201,154,173). Sum of RGB (Red+Green+Blue) = 201+154+173=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C99AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99AAD is #366552. Grayscale: #AAAAAA. Windows color (decimal): -3564883 or 11377353. OLE color: 11377353.

HSL color Cylindrical-coordinate representation of color #C99AAD: hue angle of 335.74º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99AAD is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 154 173 -
CMYK 0 0.23 0.14 0.21
HSL 335.74º 0.3% 0.7% -
HSV(B) 335.74º 0.23% 0.79% -
XYZ 43.19 38.55 44.7 -
YUV 170.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 201 154 173 0 0.23 0.14 0.21 335.74 0.3 0.7
Hex C9 9A AD 0 17 E 15 150 1E 46
Octal 311 232 255 0 27 16 25 520 36 106
Binary 11001001 10011010 10101101 0 10111 1110 10101 101010000 11110 1000110

Color Harmonies of #C99AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99AAD

Black with #C99AAD

Text Example


Text Example

White with #C99AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99AAD; }

 p { color: rgb(201,154,173); }

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

background-color css

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

 a { background-color: rgb(201,154,173); }

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

border-color css

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

 span { border-color: rgb(201,154,173); }

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