Html Css Color HEX #C999BD Lily

📋 copy color: '#C999BD'

red 201 ◦ green 153 ◦ blue 189

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

Shades of Lily #C999BD

Tints of Lily #C999BD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.18%

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

R = 37.02%
G = 28.18%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C999BD (or 0xC999BD) is known color: Lily. HEX triplet: C9, 99 and BD. RGB value is (201,153,189). Sum of RGB (Red+Green+Blue) = 201+153+189=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C999BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999BD is #366642. Grayscale: #ABABAB. Windows color (decimal): -3565123 or 12425673. OLE color: 12425673.

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

Color convert

RGB 201 153 189 -
CMYK 0 0.24 0.06 0.21
HSL 315º 0.31% 0.69% -
HSV(B) 315º 0.24% 0.79% -
XYZ 44.66 38.87 53.29 -
YUV 171.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 201 153 189 0 0.24 0.06 0.21 315 0.31 0.69
Hex C9 99 BD 0 18 6 15 13B 1F 45
Octal 311 231 275 0 30 6 25 473 37 105
Binary 11001001 10011001 10111101 0 11000 110 10101 100111011 11111 1000101

Color Harmonies of #C999BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C999BD

Black with #C999BD

Text Example


Text Example

White with #C999BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C999BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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