Html Css Color HEX #C094B0 Lily

📋 copy color: '#C094B0'

red 192 ◦ green 148 ◦ blue 176

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

Shades of Lily #C094B0

Tints of Lily #C094B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.11%

R = 37.21%
G = 28.68%
B = 34.11%

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

#C094B0 (or 0xC094B0) is known color: Lily. HEX triplet: C0, 94 and B0. RGB value is (192,148,176). Sum of RGB (Red+Green+Blue) = 192+148+176=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C094B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C094B0 is #3F6B4F. Grayscale: #A4A4A4. Windows color (decimal): -4156240 or 11572416. OLE color: 11572416.

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

Color convert

RGB 192 148 176 -
CMYK 0 0.23 0.08 0.25
HSL 321.82º 0.26% 0.67% -
HSV(B) 321.82º 0.23% 0.75% -
XYZ 40.16 35.52 45.81 -
YUV 164.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 192 148 176 0 0.23 0.08 0.25 321.82 0.26 0.67
Hex C0 94 B0 0 17 8 19 142 1A 43
Octal 300 224 260 0 27 10 31 502 32 103
Binary 11000000 10010100 10110000 0 10111 1000 11001 101000010 11010 1000011

Color Harmonies of #C094B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094B0

Black with #C094B0

Text Example


Text Example

White with #C094B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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