Html Css Color HEX #C996BC Lily

📋 copy color: '#C996BC'

red 201 ◦ green 150 ◦ blue 188

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

Shades of Lily #C996BC

Tints of Lily #C996BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 37.29%
G = 27.83%
B = 34.88%

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

#C996BC (or 0xC996BC) is known color: Lily. HEX triplet: C9, 96 and BC. RGB value is (201,150,188). Sum of RGB (Red+Green+Blue) = 201+150+188=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C996BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996BC is #366943. Grayscale: #A9A9A9. Windows color (decimal): -3565892 or 12359369. OLE color: 12359369.

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

Color convert

RGB 201 150 188 -
CMYK 0 0.25 0.06 0.21
HSL 315.29º 0.32% 0.69% -
HSV(B) 315.29º 0.25% 0.79% -
XYZ 44.07 37.86 52.56 -
YUV 169.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 201 150 188 0 0.25 0.06 0.21 315.29 0.32 0.69
Hex C9 96 BC 0 19 6 15 13B 20 45
Octal 311 226 274 0 31 6 25 473 40 105
Binary 11001001 10010110 10111100 0 11001 110 10101 100111011 100000 1000101

Color Harmonies of #C996BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996BC

Black with #C996BC

Text Example


Text Example

White with #C996BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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