Html Css Color HEX #C99CBF Lilac

📋 copy color: '#C99CBF'

red 201 ◦ green 156 ◦ blue 191

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

Shades of Lilac #C99CBF

Tints of Lilac #C99CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.85%

R = 36.68%
G = 28.47%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C99CBF (or 0xC99CBF) is known color: Lilac. HEX triplet: C9, 9C and BF. RGB value is (201,156,191). Sum of RGB (Red+Green+Blue) = 201+156+191=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 201 - color contains mainly: red. Hex color #C99CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CBF is #366340. Grayscale: #ADADAD. Windows color (decimal): -3564353 or 12557513. OLE color: 12557513.

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

Color convert

RGB 201 156 191 -
CMYK 0 0.22 0.05 0.21
HSL 313.33º 0.29% 0.7% -
HSV(B) 313.33º 0.22% 0.79% -
XYZ 45.38 39.96 54.61 -
YUV 173.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 201 156 191 0 0.22 0.05 0.21 313.33 0.29 0.7
Hex C9 9C BF 0 16 5 15 139 1D 46
Octal 311 234 277 0 26 5 25 471 35 106
Binary 11001001 10011100 10111111 0 10110 101 10101 100111001 11101 1000110

Color Harmonies of #C99CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99CBF

Black with #C99CBF

Text Example


Text Example

White with #C99CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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