Html Css Color HEX #C992AE Lily

📋 copy color: '#C992AE'

red 201 ◦ green 146 ◦ blue 174

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

Shades of Lily #C992AE

Tints of Lily #C992AE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.02%

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

R = 38.58%
G = 28.02%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C992AE (or 0xC992AE) is known color: Lily. HEX triplet: C9, 92 and AE. RGB value is (201,146,174). Sum of RGB (Red+Green+Blue) = 201+146+174=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C992AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C992AE is #366D51. Grayscale: #A5A5A5. Windows color (decimal): -3566930 or 11440841. OLE color: 11440841.

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

Color convert

RGB 201 146 174 -
CMYK 0 0.27 0.13 0.21
HSL 329.45º 0.34% 0.68% -
HSV(B) 329.45º 0.27% 0.79% -
XYZ 42.01 36.03 44.79 -
YUV 165.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 201 146 174 0 0.27 0.13 0.21 329.45 0.34 0.68
Hex C9 92 AE 0 1B D 15 149 22 44
Octal 311 222 256 0 33 15 25 511 42 104
Binary 11001001 10010010 10101110 0 11011 1101 10101 101001001 100010 1000100

Color Harmonies of #C992AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992AE

Black with #C992AE

Text Example


Text Example

White with #C992AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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