Html Css Color HEX #C292BE Lilac

📋 copy color: '#C292BE'

red 194 ◦ green 146 ◦ blue 190

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

Shades of Lilac #C292BE

Tints of Lilac #C292BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.85%

R = 36.6%
G = 27.55%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C292BE (or 0xC292BE) is known color: Lilac. HEX triplet: C2, 92 and BE. RGB value is (194,146,190). Sum of RGB (Red+Green+Blue) = 194+146+190=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C292BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292BE is #3D6D41. Grayscale: #A5A5A5. Windows color (decimal): -4025666 or 12489410. OLE color: 12489410.

HSL color Cylindrical-coordinate representation of color #C292BE: hue angle of 305º 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 #C292BE is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 146 190 -
CMYK 0 0.25 0.02 0.24
HSL 305º 0.28% 0.67% -
HSV(B) 305º 0.25% 0.76% -
XYZ 41.82 35.74 53.41 -
YUV 165.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 194 146 190 0 0.25 0.02 0.24 305 0.28 0.67
Hex C2 92 BE 0 19 2 18 131 1C 43
Octal 302 222 276 0 31 2 30 461 34 103
Binary 11000010 10010010 10111110 0 11001 10 11000 100110001 11100 1000011

Color Harmonies of #C292BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292BE

Black with #C292BE

Text Example


Text Example

White with #C292BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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