Html Css Color HEX #C093B2 Lily

📋 copy color: '#C093B2'

red 192 ◦ green 147 ◦ blue 178

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

Shades of Lily #C093B2

Tints of Lily #C093B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 37.14%
G = 28.43%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C093B2 (or 0xC093B2) is known color: Lily. HEX triplet: C0, 93 and B2. RGB value is (192,147,178). Sum of RGB (Red+Green+Blue) = 192+147+178=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C093B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C093B2 is #3F6C4D. Grayscale: #A3A3A3. Windows color (decimal): -4156494 or 11703232. OLE color: 11703232.

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

Color convert

RGB 192 147 178 -
CMYK 0 0.23 0.07 0.25
HSL 318.67º 0.26% 0.66% -
HSV(B) 318.67º 0.23% 0.75% -
XYZ 40.21 35.29 46.81 -
YUV 163.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 192 147 178 0 0.23 0.07 0.25 318.67 0.26 0.66
Hex C0 93 B2 0 17 7 19 13F 1A 42
Octal 300 223 262 0 27 7 31 477 32 102
Binary 11000000 10010011 10110010 0 10111 111 11001 100111111 11010 1000010

Color Harmonies of #C093B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C093B2

Black with #C093B2

Text Example


Text Example

White with #C093B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C093B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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