Html Css Color HEX #C988B2 Lily

📋 copy color: '#C988B2'

red 201 ◦ green 136 ◦ blue 178

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

Shades of Lily #C988B2

Tints of Lily #C988B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.56%

R = 39.03%
G = 26.41%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C988B2 (or 0xC988B2) is known color: Lily. HEX triplet: C9, 88 and B2. RGB value is (201,136,178). Sum of RGB (Red+Green+Blue) = 201+136+178=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C988B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C988B2 is #36774D. Grayscale: #A0A0A0. Windows color (decimal): -3569486 or 11700425. OLE color: 11700425.

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

Color convert

RGB 201 136 178 -
CMYK 0 0.32 0.11 0.21
HSL 321.23º 0.38% 0.66% -
HSV(B) 321.23º 0.32% 0.79% -
XYZ 40.93 33.24 46.38 -
YUV 160.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 201 136 178 0 0.32 0.11 0.21 321.23 0.38 0.66
Hex C9 88 B2 0 20 B 15 141 26 42
Octal 311 210 262 0 40 13 25 501 46 102
Binary 11001001 10001000 10110010 0 100000 1011 10101 101000001 100110 1000010

Color Harmonies of #C988B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988B2

Black with #C988B2

Text Example


Text Example

White with #C988B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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