Html Css Color HEX #C5A6CB Lilac

📋 copy color: '#C5A6CB'

red 197 ◦ green 166 ◦ blue 203

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

Shades of Lilac #C5A6CB

Tints of Lilac #C5A6CB

RGB

 RED value IS 197 (77.34% from 255) = 34.81%

 GREEN value IS 166 (65.23% from 255) = 29.33%

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

R = 34.81%
G = 29.33%
B = 35.87%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C5A6CB (or 0xC5A6CB) is known color: Lilac. HEX triplet: C5, A6 and CB. RGB value is (197,166,203). Sum of RGB (Red+Green+Blue) = 197+166+203=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5A6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A6CB is #3A5934. Grayscale: #B3B3B3. Windows color (decimal): -3823925 or 13346501. OLE color: 13346501.

HSL color Cylindrical-coordinate representation of color #C5A6CB: hue angle of 290.27º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5A6CB is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 166 203 -
CMYK 0.03 0.18 0 0.20
HSL 290.27º 0.26% 0.72% -
HSV(B) 290.27º 0.18% 0.8% -
XYZ 47.44 43.45 62.39 -
YUV 179.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 197 166 203 0.03 0.18 0 0.20 290.27 0.26 0.72
Hex C5 A6 CB 3 12 0 14 122 1A 48
Octal 305 246 313 3 22 0 24 442 32 110
Binary 11000101 10100110 11001011 11 10010 0 10100 100100010 11010 1001000

Color Harmonies of #C5A6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A6CB

Black with #C5A6CB

Text Example


Text Example

White with #C5A6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A6CB; }

 p { color: rgb(197,166,203); }

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

background-color css

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

 a { background-color: rgb(197,166,203); }

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

border-color css

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

 span { border-color: rgb(197,166,203); }

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