Html Css Color HEX #C998BB Lily

📋 copy color: '#C998BB'

red 201 ◦ green 152 ◦ blue 187

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

Shades of Lily #C998BB

Tints of Lily #C998BB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.15%

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

R = 37.22%
G = 28.15%
B = 34.63%

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

#C998BB (or 0xC998BB) is known color: Lily. HEX triplet: C9, 98 and BB. RGB value is (201,152,187). Sum of RGB (Red+Green+Blue) = 201+152+187=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C998BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998BB is #366744. Grayscale: #AAAAAA. Windows color (decimal): -3565381 or 12294345. OLE color: 12294345.

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

Color convert

RGB 201 152 187 -
CMYK 0 0.24 0.07 0.21
HSL 317.14º 0.31% 0.69% -
HSV(B) 317.14º 0.24% 0.79% -
XYZ 44.29 38.46 52.1 -
YUV 170.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 201 152 187 0 0.24 0.07 0.21 317.14 0.31 0.69
Hex C9 98 BB 0 18 7 15 13D 1F 45
Octal 311 230 273 0 30 7 25 475 37 105
Binary 11001001 10011000 10111011 0 11000 111 10101 100111101 11111 1000101

Color Harmonies of #C998BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998BB

Black with #C998BB

Text Example


Text Example

White with #C998BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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