Html Css Color HEX #C996BD Lily

📋 copy color: '#C996BD'

red 201 ◦ green 150 ◦ blue 189

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

Shades of Lily #C996BD

Tints of Lily #C996BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35%

R = 37.22%
G = 27.78%
B = 35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C996BD (or 0xC996BD) is known color: Lily. HEX triplet: C9, 96 and BD. RGB value is (201,150,189). Sum of RGB (Red+Green+Blue) = 201+150+189=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C996BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996BD is #366942. Grayscale: #A9A9A9. Windows color (decimal): -3565891 or 12424905. OLE color: 12424905.

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

Color convert

RGB 201 150 189 -
CMYK 0 0.25 0.06 0.21
HSL 314.12º 0.32% 0.69% -
HSV(B) 314.12º 0.25% 0.79% -
XYZ 44.18 37.9 53.13 -
YUV 169.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 201 150 189 0 0.25 0.06 0.21 314.12 0.32 0.69
Hex C9 96 BD 0 19 6 15 13A 20 45
Octal 311 226 275 0 31 6 25 472 40 105
Binary 11001001 10010110 10111101 0 11001 110 10101 100111010 100000 1000101

Color Harmonies of #C996BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996BD

Black with #C996BD

Text Example


Text Example

White with #C996BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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