Html Css Color HEX #C999BB Lily

📋 copy color: '#C999BB'

red 201 ◦ green 153 ◦ blue 187

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

Shades of Lily #C999BB

Tints of Lily #C999BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.57%

R = 37.15%
G = 28.28%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C999BB (or 0xC999BB) is known color: Lily. HEX triplet: C9, 99 and BB. RGB value is (201,153,187). Sum of RGB (Red+Green+Blue) = 201+153+187=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C999BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999BB is #366644. Grayscale: #ABABAB. Windows color (decimal): -3565125 or 12294601. OLE color: 12294601.

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

Color convert

RGB 201 153 187 -
CMYK 0 0.24 0.07 0.21
HSL 317.5º 0.31% 0.69% -
HSV(B) 317.5º 0.24% 0.79% -
XYZ 44.45 38.79 52.16 -
YUV 171.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 201 153 187 0 0.24 0.07 0.21 317.5 0.31 0.69
Hex C9 99 BB 0 18 7 15 13E 1F 45
Octal 311 231 273 0 30 7 25 476 37 105
Binary 11001001 10011001 10111011 0 11000 111 10101 100111110 11111 1000101

Color Harmonies of #C999BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C999BB

Black with #C999BB

Text Example


Text Example

White with #C999BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C999BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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