Html Css Color HEX #C998BC Lily

📋 copy color: '#C998BC'

red 201 ◦ green 152 ◦ blue 188

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

Shades of Lily #C998BC

Tints of Lily #C998BC

RGB

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

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

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

R = 37.15%
G = 28.1%
B = 34.75%

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

#C998BC (or 0xC998BC) is known color: Lily. HEX triplet: C9, 98 and BC. RGB value is (201,152,188). Sum of RGB (Red+Green+Blue) = 201+152+188=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C998BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998BC is #366743. Grayscale: #AAAAAA. Windows color (decimal): -3565380 or 12359881. OLE color: 12359881.

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

Color convert

RGB 201 152 188 -
CMYK 0 0.24 0.06 0.21
HSL 315.92º 0.31% 0.69% -
HSV(B) 315.92º 0.24% 0.79% -
XYZ 44.39 38.5 52.67 -
YUV 170.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 201 152 188 0 0.24 0.06 0.21 315.92 0.31 0.69
Hex C9 98 BC 0 18 6 15 13C 1F 45
Octal 311 230 274 0 30 6 25 474 37 105
Binary 11001001 10011000 10111100 0 11000 110 10101 100111100 11111 1000101

Color Harmonies of #C998BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998BC

Black with #C998BC

Text Example


Text Example

White with #C998BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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