Html Css Color HEX #C995AE Lily

📋 copy color: '#C995AE'

red 201 ◦ green 149 ◦ blue 174

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

Shades of Lily #C995AE

Tints of Lily #C995AE

RGB

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

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

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

R = 38.36%
G = 28.44%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C995AE (or 0xC995AE) is known color: Lily. HEX triplet: C9, 95 and AE. RGB value is (201,149,174). Sum of RGB (Red+Green+Blue) = 201+149+174=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C995AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C995AE is #366A51. Grayscale: #A7A7A7. Windows color (decimal): -3566162 or 11441609. OLE color: 11441609.

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

Color convert

RGB 201 149 174 -
CMYK 0 0.26 0.13 0.21
HSL 331.15º 0.33% 0.69% -
HSV(B) 331.15º 0.26% 0.79% -
XYZ 42.47 36.97 44.94 -
YUV 167.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 201 149 174 0 0.26 0.13 0.21 331.15 0.33 0.69
Hex C9 95 AE 0 1A D 15 14B 20 45
Octal 311 225 256 0 32 15 25 513 40 105
Binary 11001001 10010101 10101110 0 11010 1101 10101 101001011 100000 1000101

Color Harmonies of #C995AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995AE

Black with #C995AE

Text Example


Text Example

White with #C995AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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