Html Css Color HEX #C2AFC0 Lilac

📋 copy color: '#C2AFC0'

red 194 ◦ green 175 ◦ blue 192

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

Shades of Lilac #C2AFC0

Tints of Lilac #C2AFC0

RGB

 RED value IS 194 (76.17% from 255) = 34.58%

 GREEN value IS 175 (68.75% from 255) = 31.19%

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

R = 34.58%
G = 31.19%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C2AFC0 (or 0xC2AFC0) is known color: Lilac. HEX triplet: C2, AF and C0. RGB value is (194,175,192). Sum of RGB (Red+Green+Blue) = 194+175+192=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFC0 is #3D503F. Grayscale: #B6B6B6. Windows color (decimal): -4018240 or 12627906. OLE color: 12627906.

HSL color Cylindrical-coordinate representation of color #C2AFC0: hue angle of 306.32º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AFC0 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 192 -
CMYK 0 0.10 0.01 0.24
HSL 306.32º 0.13% 0.72% -
HSV(B) 306.32º 0.1% 0.76% -
XYZ 47.09 45.94 56.25 -
YUV 182.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 194 175 192 0 0.10 0.01 0.24 306.32 0.13 0.72
Hex C2 AF C0 0 A 1 18 132 D 48
Octal 302 257 300 0 12 1 30 462 15 110
Binary 11000010 10101111 11000000 0 1010 1 11000 100110010 1101 1001000

Color Harmonies of #C2AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFC0

Black with #C2AFC0

Text Example


Text Example

White with #C2AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFC0; }

 p { color: rgb(194,175,192); }

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

background-color css

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

 a { background-color: rgb(194,175,192); }

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

border-color css

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

 span { border-color: rgb(194,175,192); }

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