Html Css Color HEX #C4A0CA Lilac

📋 copy color: '#C4A0CA'

red 196 ◦ green 160 ◦ blue 202

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

Shades of Lilac #C4A0CA

Tints of Lilac #C4A0CA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.67%

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

R = 35.13%
G = 28.67%
B = 36.2%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C4A0CA (or 0xC4A0CA) is known color: Lilac. HEX triplet: C4, A0 and CA. RGB value is (196,160,202). Sum of RGB (Red+Green+Blue) = 196+160+202=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A0CA is #3B5F35. Grayscale: #AFAFAF. Windows color (decimal): -3890998 or 13279428. OLE color: 13279428.

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

Color convert

RGB 196 160 202 -
CMYK 0.03 0.21 0 0.21
HSL 291.43º 0.28% 0.71% -
HSV(B) 291.43º 0.21% 0.79% -
XYZ 46 41.14 61.39 -
YUV 175.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 196 160 202 0.03 0.21 0 0.21 291.43 0.28 0.71
Hex C4 A0 CA 3 15 0 15 123 1C 47
Octal 304 240 312 3 25 0 25 443 34 107
Binary 11000100 10100000 11001010 11 10101 0 10101 100100011 11100 1000111

Color Harmonies of #C4A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A0CA

Black with #C4A0CA

Text Example


Text Example

White with #C4A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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