Html Css Color HEX #C093B1 Lily

📋 copy color: '#C093B1'

red 192 ◦ green 147 ◦ blue 177

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

Shades of Lily #C093B1

Tints of Lily #C093B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.3%

R = 37.21%
G = 28.49%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C093B1 (or 0xC093B1) is known color: Lily. HEX triplet: C0, 93 and B1. RGB value is (192,147,177). Sum of RGB (Red+Green+Blue) = 192+147+177=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C093B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C093B1 is #3F6C4E. Grayscale: #A3A3A3. Windows color (decimal): -4156495 or 11637696. OLE color: 11637696.

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

Color convert

RGB 192 147 177 -
CMYK 0 0.23 0.08 0.25
HSL 320º 0.26% 0.66% -
HSV(B) 320º 0.23% 0.75% -
XYZ 40.11 35.25 46.28 -
YUV 163.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 192 147 177 0 0.23 0.08 0.25 320 0.26 0.66
Hex C0 93 B1 0 17 8 19 140 1A 42
Octal 300 223 261 0 27 10 31 500 32 102
Binary 11000000 10010011 10110001 0 10111 1000 11001 101000000 11010 1000010

Color Harmonies of #C093B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C093B1

Black with #C093B1

Text Example


Text Example

White with #C093B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C093B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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