Html Css Color HEX #C996BA Lily

📋 copy color: '#C996BA'

red 201 ◦ green 150 ◦ blue 186

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

Shades of Lily #C996BA

Tints of Lily #C996BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.64%

R = 37.43%
G = 27.93%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C996BA (or 0xC996BA) is known color: Lily. HEX triplet: C9, 96 and BA. RGB value is (201,150,186). Sum of RGB (Red+Green+Blue) = 201+150+186=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C996BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996BA is #366945. Grayscale: #A9A9A9. Windows color (decimal): -3565894 or 12228297. OLE color: 12228297.

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

Color convert

RGB 201 150 186 -
CMYK 0 0.25 0.07 0.21
HSL 317.65º 0.32% 0.69% -
HSV(B) 317.65º 0.25% 0.79% -
XYZ 43.86 37.78 51.43 -
YUV 169.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 201 150 186 0 0.25 0.07 0.21 317.65 0.32 0.69
Hex C9 96 BA 0 19 7 15 13E 20 45
Octal 311 226 272 0 31 7 25 476 40 105
Binary 11001001 10010110 10111010 0 11001 111 10101 100111110 100000 1000101

Color Harmonies of #C996BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996BA

Black with #C996BA

Text Example


Text Example

White with #C996BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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