Html Css Color HEX #C08EA9 Lily

📋 copy color: '#C08EA9'

red 192 ◦ green 142 ◦ blue 169

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

Shades of Lily #C08EA9

Tints of Lily #C08EA9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.23%

 BLUE value IS 169 (66.41% from 255) = 33.6%

R = 38.17%
G = 28.23%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C08EA9 (or 0xC08EA9) is known color: Lily. HEX triplet: C0, 8E and A9. RGB value is (192,142,169). Sum of RGB (Red+Green+Blue) = 192+142+169=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08EA9 is #3F7156. Grayscale: #9F9F9F. Windows color (decimal): -4157783 or 11112128. OLE color: 11112128.

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

Color convert

RGB 192 142 169 -
CMYK 0 0.26 0.12 0.25
HSL 327.6º 0.28% 0.65% -
HSV(B) 327.6º 0.26% 0.75% -
XYZ 38.57 33.42 41.95 -
YUV 160.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 192 142 169 0 0.26 0.12 0.25 327.6 0.28 0.65
Hex C0 8E A9 0 1A C 19 148 1C 41
Octal 300 216 251 0 32 14 31 510 34 101
Binary 11000000 10001110 10101001 0 11010 1100 11001 101001000 11100 1000001

Color Harmonies of #C08EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08EA9

Black with #C08EA9

Text Example


Text Example

White with #C08EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08EA9; }

 p { color: rgb(192,142,169); }

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

background-color css

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

 a { background-color: rgb(192,142,169); }

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

border-color css

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

 span { border-color: rgb(192,142,169); }

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