Html Css Color HEX #C99BBC Lily

📋 copy color: '#C99BBC'

red 201 ◦ green 155 ◦ blue 188

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

Shades of Lily #C99BBC

Tints of Lily #C99BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.49%

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

R = 36.95%
G = 28.49%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C99BBC (or 0xC99BBC) is known color: Lily. HEX triplet: C9, 9B and BC. RGB value is (201,155,188). Sum of RGB (Red+Green+Blue) = 201+155+188=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BBC is #366443. Grayscale: #ACACAC. Windows color (decimal): -3564612 or 12360649. OLE color: 12360649.

HSL color Cylindrical-coordinate representation of color #C99BBC: hue angle of 316.96º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99BBC is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 155 188 -
CMYK 0 0.23 0.06 0.21
HSL 316.96º 0.3% 0.7% -
HSV(B) 316.96º 0.23% 0.79% -
XYZ 44.89 39.49 52.83 -
YUV 172.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 201 155 188 0 0.23 0.06 0.21 316.96 0.3 0.7
Hex C9 9B BC 0 17 6 15 13D 1E 46
Octal 311 233 274 0 27 6 25 475 36 106
Binary 11001001 10011011 10111100 0 10111 110 10101 100111101 11110 1000110

Color Harmonies of #C99BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BBC

Black with #C99BBC

Text Example


Text Example

White with #C99BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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