Html Css Color HEX #C2B0C0 Lilac

📋 copy color: '#C2B0C0'

red 194 ◦ green 176 ◦ blue 192

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

Shades of Lilac #C2B0C0

Tints of Lilac #C2B0C0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.32%

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

R = 34.52%
G = 31.32%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C2B0C0 (or 0xC2B0C0) is known color: Lilac. HEX triplet: C2, B0 and C0. RGB value is (194,176,192). Sum of RGB (Red+Green+Blue) = 194+176+192=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0C0 is #3D4F3F. Grayscale: #B7B7B7. Windows color (decimal): -4017984 or 12628162. OLE color: 12628162.

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

Color convert

RGB 194 176 192 -
CMYK 0 0.09 0.01 0.24
HSL 306.67º 0.13% 0.73% -
HSV(B) 306.67º 0.09% 0.76% -
XYZ 47.29 46.33 56.32 -
YUV 183.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 194 176 192 0 0.09 0.01 0.24 306.67 0.13 0.73
Hex C2 B0 C0 0 9 1 18 133 D 49
Octal 302 260 300 0 11 1 30 463 15 111
Binary 11000010 10110000 11000000 0 1001 1 11000 100110011 1101 1001001

Color Harmonies of #C2B0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B0C0

Black with #C2B0C0

Text Example


Text Example

White with #C2B0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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