Html Css Color HEX #C99CB5 Lily

📋 copy color: '#C99CB5'

red 201 ◦ green 156 ◦ blue 181

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

Shades of Lily #C99CB5

Tints of Lily #C99CB5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29%

 BLUE value IS 181 (71.09% from 255) = 33.64%

R = 37.36%
G = 29%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C99CB5 (or 0xC99CB5) is known color: Lily. HEX triplet: C9, 9C and B5. RGB value is (201,156,181). Sum of RGB (Red+Green+Blue) = 201+156+181=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C99CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CB5 is #36634A. Grayscale: #ACACAC. Windows color (decimal): -3564363 or 11902153. OLE color: 11902153.

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

Color convert

RGB 201 156 181 -
CMYK 0 0.22 0.10 0.21
HSL 326.67º 0.29% 0.7% -
HSV(B) 326.67º 0.22% 0.79% -
XYZ 44.32 39.53 49.01 -
YUV 172.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 201 156 181 0 0.22 0.10 0.21 326.67 0.29 0.7
Hex C9 9C B5 0 16 A 15 147 1D 46
Octal 311 234 265 0 26 12 25 507 35 106
Binary 11001001 10011100 10110101 0 10110 1010 10101 101000111 11101 1000110

Color Harmonies of #C99CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99CB5

Black with #C99CB5

Text Example


Text Example

White with #C99CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99CB5; }

 p { color: rgb(201,156,181); }

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

background-color css

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

 a { background-color: rgb(201,156,181); }

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

border-color css

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

 span { border-color: rgb(201,156,181); }

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