Html Css Color HEX #C99BBB Lily

📋 copy color: '#C99BBB'

red 201 ◦ green 155 ◦ blue 187

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

Shades of Lily #C99BBB

Tints of Lily #C99BBB

RGB

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

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

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

R = 37.02%
G = 28.55%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C99BBB (or 0xC99BBB) is known color: Lily. HEX triplet: C9, 9B and BB. RGB value is (201,155,187). Sum of RGB (Red+Green+Blue) = 201+155+187=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BBB is #366444. Grayscale: #ACACAC. Windows color (decimal): -3564613 or 12295113. OLE color: 12295113.

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

Color convert

RGB 201 155 187 -
CMYK 0 0.23 0.07 0.21
HSL 318.26º 0.3% 0.7% -
HSV(B) 318.26º 0.23% 0.79% -
XYZ 44.78 39.45 52.27 -
YUV 172.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 201 155 187 0 0.23 0.07 0.21 318.26 0.3 0.7
Hex C9 9B BB 0 17 7 15 13E 1E 46
Octal 311 233 273 0 27 7 25 476 36 106
Binary 11001001 10011011 10111011 0 10111 111 10101 100111110 11110 1000110

Color Harmonies of #C99BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BBB

Black with #C99BBB

Text Example


Text Example

White with #C99BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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