Html Css Color HEX #C093BC Lilac

📋 copy color: '#C093BC'

red 192 ◦ green 147 ◦ blue 188

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

Shades of Lilac #C093BC

Tints of Lilac #C093BC

RGB

 RED value IS 192 (75.39% from 255) = 36.43%

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

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

R = 36.43%
G = 27.89%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C093BC (or 0xC093BC) is known color: Lilac. HEX triplet: C0, 93 and BC. RGB value is (192,147,188). Sum of RGB (Red+Green+Blue) = 192+147+188=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C093BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093BC is #3F6C43. Grayscale: #A5A5A5. Windows color (decimal): -4156484 or 12358592. OLE color: 12358592.

HSL color Cylindrical-coordinate representation of color #C093BC: hue angle of 305.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C093BC is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 147 188 -
CMYK 0 0.23 0.02 0.25
HSL 305.33º 0.26% 0.66% -
HSV(B) 305.33º 0.23% 0.75% -
XYZ 41.25 35.7 52.29 -
YUV 165.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 192 147 188 0 0.23 0.02 0.25 305.33 0.26 0.66
Hex C0 93 BC 0 17 2 19 131 1A 42
Octal 300 223 274 0 27 2 31 461 32 102
Binary 11000000 10010011 10111100 0 10111 10 11001 100110001 11010 1000010

Color Harmonies of #C093BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C093BC

Black with #C093BC

Text Example


Text Example

White with #C093BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C093BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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