Html Css Color HEX #C093AF Lily

📋 copy color: '#C093AF'

red 192 ◦ green 147 ◦ blue 175

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

Shades of Lily #C093AF

Tints of Lily #C093AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.05%

R = 37.35%
G = 28.6%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C093AF (or 0xC093AF) is known color: Lily. HEX triplet: C0, 93 and AF. RGB value is (192,147,175). Sum of RGB (Red+Green+Blue) = 192+147+175=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C093AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C093AF is #3F6C50. Grayscale: #A3A3A3. Windows color (decimal): -4156497 or 11506624. OLE color: 11506624.

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

Color convert

RGB 192 147 175 -
CMYK 0 0.23 0.09 0.25
HSL 322.67º 0.26% 0.66% -
HSV(B) 322.67º 0.23% 0.75% -
XYZ 39.91 35.17 45.24 -
YUV 163.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 192 147 175 0 0.23 0.09 0.25 322.67 0.26 0.66
Hex C0 93 AF 0 17 9 19 143 1A 42
Octal 300 223 257 0 27 11 31 503 32 102
Binary 11000000 10010011 10101111 0 10111 1001 11001 101000011 11010 1000010

Color Harmonies of #C093AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C093AF

Black with #C093AF

Text Example


Text Example

White with #C093AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C093AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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