Html Css Color HEX #C8AACA Lilac

📋 copy color: '#C8AACA'

red 200 ◦ green 170 ◦ blue 202

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

Shades of Lilac #C8AACA

Tints of Lilac #C8AACA

RGB

 RED value IS 200 (78.52% from 255) = 34.97%

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

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

R = 34.97%
G = 29.72%
B = 35.31%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C8AACA (or 0xC8AACA) is known color: Lilac. HEX triplet: C8, AA and CA. RGB value is (200,170,202). Sum of RGB (Red+Green+Blue) = 200+170+202=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AACA is #375535. Grayscale: #B6B6B6. Windows color (decimal): -3626294 or 13281992. OLE color: 13281992.

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

Color convert

RGB 200 170 202 -
CMYK 0.01 0.16 0 0.21
HSL 296.25º 0.23% 0.73% -
HSV(B) 296.25º 0.16% 0.79% -
XYZ 48.85 45.29 62.04 -
YUV 182.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 200 170 202 0.01 0.16 0 0.21 296.25 0.23 0.73
Hex C8 AA CA 1 10 0 15 128 17 49
Octal 310 252 312 1 20 0 25 450 27 111
Binary 11001000 10101010 11001010 1 10000 0 10101 100101000 10111 1001001

Color Harmonies of #C8AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AACA

Black with #C8AACA

Text Example


Text Example

White with #C8AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AACA; }

 p { color: rgb(200,170,202); }

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

background-color css

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

 a { background-color: rgb(200,170,202); }

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

border-color css

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

 span { border-color: rgb(200,170,202); }

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