Html Css Color HEX #C996BE Lily

📋 copy color: '#C996BE'

red 201 ◦ green 150 ◦ blue 190

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

Shades of Lily #C996BE

Tints of Lily #C996BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.73%

 BLUE value IS 190 (74.61% from 255) = 35.12%

R = 37.15%
G = 27.73%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C996BE (or 0xC996BE) is known color: Lily. HEX triplet: C9, 96 and BE. RGB value is (201,150,190). Sum of RGB (Red+Green+Blue) = 201+150+190=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C996BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996BE is #366941. Grayscale: #A9A9A9. Windows color (decimal): -3565890 or 12490441. OLE color: 12490441.

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

Color convert

RGB 201 150 190 -
CMYK 0 0.25 0.05 0.21
HSL 312.94º 0.32% 0.69% -
HSV(B) 312.94º 0.25% 0.79% -
XYZ 44.29 37.95 53.71 -
YUV 169.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 201 150 190 0 0.25 0.05 0.21 312.94 0.32 0.69
Hex C9 96 BE 0 19 5 15 139 20 45
Octal 311 226 276 0 31 5 25 471 40 105
Binary 11001001 10010110 10111110 0 11001 101 10101 100111001 100000 1000101

Color Harmonies of #C996BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996BE

Black with #C996BE

Text Example


Text Example

White with #C996BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996BE; }

 p { color: rgb(201,150,190); }

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

background-color css

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

 a { background-color: rgb(201,150,190); }

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

border-color css

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

 span { border-color: rgb(201,150,190); }

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