Html Css Color HEX #C493BC Lilac

📋 copy color: '#C493BC'

red 196 ◦ green 147 ◦ blue 188

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

Shades of Lilac #C493BC

Tints of Lilac #C493BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.68%

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 36.91%
G = 27.68%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C493BC (or 0xC493BC) is known color: Lilac. HEX triplet: C4, 93 and BC. RGB value is (196,147,188). Sum of RGB (Red+Green+Blue) = 196+147+188=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C493BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493BC is #3B6C43. Grayscale: #A6A6A6. Windows color (decimal): -3894340 or 12358596. OLE color: 12358596.

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

Color convert

RGB 196 147 188 -
CMYK 0 0.25 0.04 0.23
HSL 309.8º 0.29% 0.67% -
HSV(B) 309.8º 0.25% 0.77% -
XYZ 42.28 36.23 52.34 -
YUV 166.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 196 147 188 0 0.25 0.04 0.23 309.8 0.29 0.67
Hex C4 93 BC 0 19 4 17 136 1D 43
Octal 304 223 274 0 31 4 27 466 35 103
Binary 11000100 10010011 10111100 0 11001 100 10111 100110110 11101 1000011

Color Harmonies of #C493BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493BC

Black with #C493BC

Text Example


Text Example

White with #C493BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493BC; }

 p { color: rgb(196,147,188); }

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

background-color css

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

 a { background-color: rgb(196,147,188); }

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

border-color css

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

 span { border-color: rgb(196,147,188); }

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