Html Css Color HEX #C292C0 Lilac

📋 copy color: '#C292C0'

red 194 ◦ green 146 ◦ blue 192

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

Shades of Lilac #C292C0

Tints of Lilac #C292C0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.44%

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

R = 36.47%
G = 27.44%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C292C0 (or 0xC292C0) is known color: Lilac. HEX triplet: C2, 92 and C0. RGB value is (194,146,192). Sum of RGB (Red+Green+Blue) = 194+146+192=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C292C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292C0 is #3D6D3F. Grayscale: #A5A5A5. Windows color (decimal): -4025664 or 12620482. OLE color: 12620482.

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

Color convert

RGB 194 146 192 -
CMYK 0 0.25 0.01 0.24
HSL 302.5º 0.28% 0.67% -
HSV(B) 302.5º 0.25% 0.76% -
XYZ 42.04 35.83 54.57 -
YUV 165.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 194 146 192 0 0.25 0.01 0.24 302.5 0.28 0.67
Hex C2 92 C0 0 19 1 18 12E 1C 43
Octal 302 222 300 0 31 1 30 456 34 103
Binary 11000010 10010010 11000000 0 11001 1 11000 100101110 11100 1000011

Color Harmonies of #C292C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292C0

Black with #C292C0

Text Example


Text Example

White with #C292C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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