Html Css Color HEX #C995AC Lily

📋 copy color: '#C995AC'

red 201 ◦ green 149 ◦ blue 172

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

Shades of Lily #C995AC

Tints of Lily #C995AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.54%

 BLUE value IS 172 (67.58% from 255) = 32.95%

R = 38.51%
G = 28.54%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C995AC (or 0xC995AC) is known color: Lily. HEX triplet: C9, 95 and AC. RGB value is (201,149,172). Sum of RGB (Red+Green+Blue) = 201+149+172=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C995AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C995AC is #366A53. Grayscale: #A7A7A7. Windows color (decimal): -3566164 or 11310537. OLE color: 11310537.

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

Color convert

RGB 201 149 172 -
CMYK 0 0.26 0.14 0.21
HSL 333.46º 0.33% 0.69% -
HSV(B) 333.46º 0.26% 0.79% -
XYZ 42.28 36.89 43.92 -
YUV 167.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 201 149 172 0 0.26 0.14 0.21 333.46 0.33 0.69
Hex C9 95 AC 0 1A E 15 14D 20 45
Octal 311 225 254 0 32 16 25 515 40 105
Binary 11001001 10010101 10101100 0 11010 1110 10101 101001101 100000 1000101

Color Harmonies of #C995AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995AC

Black with #C995AC

Text Example


Text Example

White with #C995AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995AC; }

 p { color: rgb(201,149,172); }

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

background-color css

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

 a { background-color: rgb(201,149,172); }

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

border-color css

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

 span { border-color: rgb(201,149,172); }

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