Html Css Color HEX #C9B1CB Lilac

📋 copy color: '#C9B1CB'

red 201 ◦ green 177 ◦ blue 203

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

Shades of Lilac #C9B1CB

Tints of Lilac #C9B1CB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.46%

 BLUE value IS 203 (79.69% from 255) = 34.94%

R = 34.6%
G = 30.46%
B = 34.94%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C9B1CB (or 0xC9B1CB) is known color: Lilac. HEX triplet: C9, B1 and CB. RGB value is (201,177,203). Sum of RGB (Red+Green+Blue) = 201+177+203=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9B1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B1CB is #364E34. Grayscale: #BBBBBB. Windows color (decimal): -3558965 or 13349321. OLE color: 13349321.

HSL color Cylindrical-coordinate representation of color #C9B1CB: hue angle of 295.38º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9B1CB is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 177 203 -
CMYK 0.01 0.13 0 0.20
HSL 295.38º 0.2% 0.75% -
HSV(B) 295.38º 0.13% 0.8% -
XYZ 50.59 48.17 63.13 -
YUV 187.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 201 177 203 0.01 0.13 0 0.20 295.38 0.2 0.75
Hex C9 B1 CB 1 D 0 14 127 14 4B
Octal 311 261 313 1 15 0 24 447 24 113
Binary 11001001 10110001 11001011 1 1101 0 10100 100100111 10100 1001011

Color Harmonies of #C9B1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B1CB

Black with #C9B1CB

Text Example


Text Example

White with #C9B1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B1CB; }

 p { color: rgb(201,177,203); }

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

background-color css

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

 a { background-color: rgb(201,177,203); }

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

border-color css

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

 span { border-color: rgb(201,177,203); }

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