Html Css Color HEX #C4AAC0 Lilac

📋 copy color: '#C4AAC0'

red 196 ◦ green 170 ◦ blue 192

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

Shades of Lilac #C4AAC0

Tints of Lilac #C4AAC0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.47%

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

R = 35.13%
G = 30.47%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C4AAC0 (or 0xC4AAC0) is known color: Lilac. HEX triplet: C4, AA and C0. RGB value is (196,170,192). Sum of RGB (Red+Green+Blue) = 196+170+192=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAC0 is #3B553F. Grayscale: #B4B4B4. Windows color (decimal): -3888448 or 12626628. OLE color: 12626628.

HSL color Cylindrical-coordinate representation of color #C4AAC0: hue angle of 309.23º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4AAC0 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 170 192 -
CMYK 0 0.13 0.02 0.23
HSL 309.23º 0.18% 0.72% -
HSV(B) 309.23º 0.13% 0.77% -
XYZ 46.65 44.29 55.96 -
YUV 180.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 196 170 192 0 0.13 0.02 0.23 309.23 0.18 0.72
Hex C4 AA C0 0 D 2 17 135 12 48
Octal 304 252 300 0 15 2 27 465 22 110
Binary 11000100 10101010 11000000 0 1101 10 10111 100110101 10010 1001000

Color Harmonies of #C4AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AAC0

Black with #C4AAC0

Text Example


Text Example

White with #C4AAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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