Html Css Color HEX #C49CC0 Lilac

📋 copy color: '#C49CC0'

red 196 ◦ green 156 ◦ blue 192

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

Shades of Lilac #C49CC0

Tints of Lilac #C49CC0

RGB

 RED value IS 196 (76.95% from 255) = 36.03%

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

 BLUE value IS 192 (75.39% from 255) = 35.29%

R = 36.03%
G = 28.68%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C49CC0 (or 0xC49CC0) is known color: Lilac. HEX triplet: C4, 9C and C0. RGB value is (196,156,192). Sum of RGB (Red+Green+Blue) = 196+156+192=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C49CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CC0 is #3B633F. Grayscale: #ABABAB. Windows color (decimal): -3892032 or 12623044. OLE color: 12623044.

HSL color Cylindrical-coordinate representation of color #C49CC0: hue angle of 306º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C49CC0 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 156 192 -
CMYK 0 0.20 0.02 0.23
HSL 306º 0.25% 0.69% -
HSV(B) 306º 0.2% 0.77% -
XYZ 44.17 39.32 55.13 -
YUV 172.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 196 156 192 0 0.20 0.02 0.23 306 0.25 0.69
Hex C4 9C C0 0 14 2 17 132 19 45
Octal 304 234 300 0 24 2 27 462 31 105
Binary 11000100 10011100 11000000 0 10100 10 10111 100110010 11001 1000101

Color Harmonies of #C49CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49CC0

Black with #C49CC0

Text Example


Text Example

White with #C49CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49CC0; }

 p { color: rgb(196,156,192); }

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

background-color css

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

 a { background-color: rgb(196,156,192); }

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

border-color css

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

 span { border-color: rgb(196,156,192); }

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