Html Css Color HEX #C995AD Lily

📋 copy color: '#C995AD'

red 201 ◦ green 149 ◦ blue 173

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

Shades of Lily #C995AD

Tints of Lily #C995AD

RGB

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

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

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

R = 38.43%
G = 28.49%
B = 33.08%

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

#C995AD (or 0xC995AD) is known color: Lily. HEX triplet: C9, 95 and AD. RGB value is (201,149,173). Sum of RGB (Red+Green+Blue) = 201+149+173=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 201 - color contains mainly: red. Hex color #C995AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C995AD is #366A52. Grayscale: #A7A7A7. Windows color (decimal): -3566163 or 11376073. OLE color: 11376073.

HSL color Cylindrical-coordinate representation of color #C995AD: hue angle of 332.31º 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 #C995AD is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 173 -
CMYK 0 0.26 0.14 0.21
HSL 332.31º 0.33% 0.69% -
HSV(B) 332.31º 0.26% 0.79% -
XYZ 42.38 36.93 44.43 -
YUV 167.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 201 149 173 0 0.26 0.14 0.21 332.31 0.33 0.69
Hex C9 95 AD 0 1A E 15 14C 20 45
Octal 311 225 255 0 32 16 25 514 40 105
Binary 11001001 10010101 10101101 0 11010 1110 10101 101001100 100000 1000101

Color Harmonies of #C995AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995AD

Black with #C995AD

Text Example


Text Example

White with #C995AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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