Html Css Color HEX #C99CB2 Lily

📋 copy color: '#C99CB2'

red 201 ◦ green 156 ◦ blue 178

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

Shades of Lily #C99CB2

Tints of Lily #C99CB2

RGB

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

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

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

R = 37.57%
G = 29.16%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C99CB2 (or 0xC99CB2) is known color: Lily. HEX triplet: C9, 9C and B2. RGB value is (201,156,178). Sum of RGB (Red+Green+Blue) = 201+156+178=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C99CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99CB2 is #36634D. Grayscale: #ABABAB. Windows color (decimal): -3564366 or 11705545. OLE color: 11705545.

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

Color convert

RGB 201 156 178 -
CMYK 0 0.22 0.11 0.21
HSL 330.67º 0.29% 0.7% -
HSV(B) 330.67º 0.22% 0.79% -
XYZ 44.01 39.41 47.41 -
YUV 171.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 201 156 178 0 0.22 0.11 0.21 330.67 0.29 0.7
Hex C9 9C B2 0 16 B 15 14B 1D 46
Octal 311 234 262 0 26 13 25 513 35 106
Binary 11001001 10011100 10110010 0 10110 1011 10101 101001011 11101 1000110

Color Harmonies of #C99CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99CB2

Black with #C99CB2

Text Example


Text Example

White with #C99CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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