Html Css Color HEX #C988B9 Lily

📋 copy color: '#C988B9'

red 201 ◦ green 136 ◦ blue 185

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

Shades of Lily #C988B9

Tints of Lily #C988B9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.05%

 BLUE value IS 185 (72.66% from 255) = 35.44%

R = 38.51%
G = 26.05%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C988B9 (or 0xC988B9) is known color: Lily. HEX triplet: C9, 88 and B9. RGB value is (201,136,185). Sum of RGB (Red+Green+Blue) = 201+136+185=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C988B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988B9 is #367746. Grayscale: #A0A0A0. Windows color (decimal): -3569479 or 12159177. OLE color: 12159177.

HSL color Cylindrical-coordinate representation of color #C988B9: hue angle of 314.77º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C988B9 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 136 185 -
CMYK 0 0.32 0.08 0.21
HSL 314.77º 0.38% 0.66% -
HSV(B) 314.77º 0.32% 0.79% -
XYZ 41.65 33.53 50.18 -
YUV 161.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 201 136 185 0 0.32 0.08 0.21 314.77 0.38 0.66
Hex C9 88 B9 0 20 8 15 13B 26 42
Octal 311 210 271 0 40 10 25 473 46 102
Binary 11001001 10001000 10111001 0 100000 1000 10101 100111011 100110 1000010

Color Harmonies of #C988B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988B9

Black with #C988B9

Text Example


Text Example

White with #C988B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988B9; }

 p { color: rgb(201,136,185); }

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

background-color css

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

 a { background-color: rgb(201,136,185); }

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

border-color css

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

 span { border-color: rgb(201,136,185); }

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