Html Css Color HEX #C49BCA Lilac

📋 copy color: '#C49BCA'

red 196 ◦ green 155 ◦ blue 202

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

Shades of Lilac #C49BCA

Tints of Lilac #C49BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.03%

 BLUE value IS 202 (79.3% from 255) = 36.53%

R = 35.44%
G = 28.03%
B = 36.53%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C49BCA (or 0xC49BCA) is known color: Lilac. HEX triplet: C4, 9B and CA. RGB value is (196,155,202). Sum of RGB (Red+Green+Blue) = 196+155+202=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #C49BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BCA is #3B6435. Grayscale: #ACACAC. Windows color (decimal): -3892278 or 13278148. OLE color: 13278148.

HSL color Cylindrical-coordinate representation of color #C49BCA: hue angle of 292.34º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C49BCA is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 155 202 -
CMYK 0.03 0.23 0 0.21
HSL 292.34º 0.31% 0.7% -
HSV(B) 292.34º 0.23% 0.79% -
XYZ 45.15 39.44 61.11 -
YUV 172.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 196 155 202 0.03 0.23 0 0.21 292.34 0.31 0.7
Hex C4 9B CA 3 17 0 15 124 1F 46
Octal 304 233 312 3 27 0 25 444 37 106
Binary 11000100 10011011 11001010 11 10111 0 10101 100100100 11111 1000110

Color Harmonies of #C49BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49BCA

Black with #C49BCA

Text Example


Text Example

White with #C49BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49BCA; }

 p { color: rgb(196,155,202); }

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

background-color css

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

 a { background-color: rgb(196,155,202); }

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

border-color css

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

 span { border-color: rgb(196,155,202); }

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