Html Css Color HEX #C999B8 Lily

📋 copy color: '#C999B8'

red 201 ◦ green 153 ◦ blue 184

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

Shades of Lily #C999B8

Tints of Lily #C999B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.2%

R = 37.36%
G = 28.44%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C999B8 (or 0xC999B8) is known color: Lily. HEX triplet: C9, 99 and B8. RGB value is (201,153,184). Sum of RGB (Red+Green+Blue) = 201+153+184=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C999B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999B8 is #366647. Grayscale: #AAAAAA. Windows color (decimal): -3565128 or 12097993. OLE color: 12097993.

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

Color convert

RGB 201 153 184 -
CMYK 0 0.24 0.08 0.21
HSL 321.25º 0.31% 0.69% -
HSV(B) 321.25º 0.24% 0.79% -
XYZ 44.13 38.66 50.48 -
YUV 170.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 201 153 184 0 0.24 0.08 0.21 321.25 0.31 0.69
Hex C9 99 B8 0 18 8 15 141 1F 45
Octal 311 231 270 0 30 10 25 501 37 105
Binary 11001001 10011001 10111000 0 11000 1000 10101 101000001 11111 1000101

Color Harmonies of #C999B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C999B8

Black with #C999B8

Text Example


Text Example

White with #C999B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C999B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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