Html Css Color HEX #C094AF Lily

📋 copy color: '#C094AF'

red 192 ◦ green 148 ◦ blue 175

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

Shades of Lily #C094AF

Tints of Lily #C094AF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.74%

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

R = 37.28%
G = 28.74%
B = 33.98%

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

#C094AF (or 0xC094AF) is known color: Lily. HEX triplet: C0, 94 and AF. RGB value is (192,148,175). Sum of RGB (Red+Green+Blue) = 192+148+175=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C094AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C094AF is #3F6B50. Grayscale: #A4A4A4. Windows color (decimal): -4156241 or 11506880. OLE color: 11506880.

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

Color convert

RGB 192 148 175 -
CMYK 0 0.23 0.09 0.25
HSL 323.18º 0.26% 0.67% -
HSV(B) 323.18º 0.23% 0.75% -
XYZ 40.07 35.48 45.29 -
YUV 164.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 192 148 175 0 0.23 0.09 0.25 323.18 0.26 0.67
Hex C0 94 AF 0 17 9 19 143 1A 43
Octal 300 224 257 0 27 11 31 503 32 103
Binary 11000000 10010100 10101111 0 10111 1001 11001 101000011 11010 1000011

Color Harmonies of #C094AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094AF

Black with #C094AF

Text Example


Text Example

White with #C094AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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