Html Css Color HEX #C492BD Lilac

📋 copy color: '#C492BD'

red 196 ◦ green 146 ◦ blue 189

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

Shades of Lilac #C492BD

Tints of Lilac #C492BD

RGB

 RED value IS 196 (76.95% from 255) = 36.91%

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

 BLUE value IS 189 (74.22% from 255) = 35.59%

R = 36.91%
G = 27.5%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C492BD (or 0xC492BD) is known color: Lilac. HEX triplet: C4, 92 and BD. RGB value is (196,146,189). Sum of RGB (Red+Green+Blue) = 196+146+189=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C492BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492BD is #3B6D42. Grayscale: #A5A5A5. Windows color (decimal): -3894595 or 12423876. OLE color: 12423876.

HSL color Cylindrical-coordinate representation of color #C492BD: hue angle of 308.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C492BD is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 189 -
CMYK 0 0.26 0.04 0.23
HSL 308.4º 0.3% 0.67% -
HSV(B) 308.4º 0.26% 0.77% -
XYZ 42.23 35.97 52.86 -
YUV 165.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 196 146 189 0 0.26 0.04 0.23 308.4 0.3 0.67
Hex C4 92 BD 0 1A 4 17 134 1E 43
Octal 304 222 275 0 32 4 27 464 36 103
Binary 11000100 10010010 10111101 0 11010 100 10111 100110100 11110 1000011

Color Harmonies of #C492BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492BD

Black with #C492BD

Text Example


Text Example

White with #C492BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492BD; }

 p { color: rgb(196,146,189); }

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

background-color css

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

 a { background-color: rgb(196,146,189); }

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

border-color css

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

 span { border-color: rgb(196,146,189); }

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