Html Css Color HEX #C08DA9 Lily

📋 copy color: '#C08DA9'

red 192 ◦ green 141 ◦ blue 169

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

Shades of Lily #C08DA9

Tints of Lily #C08DA9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.09%

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

R = 38.25%
G = 28.09%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C08DA9 (or 0xC08DA9) is known color: Lily. HEX triplet: C0, 8D and A9. RGB value is (192,141,169). Sum of RGB (Red+Green+Blue) = 192+141+169=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DA9 is #3F7256. Grayscale: #9F9F9F. Windows color (decimal): -4158039 or 11111872. OLE color: 11111872.

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

Color convert

RGB 192 141 169 -
CMYK 0 0.27 0.12 0.25
HSL 327.06º 0.29% 0.65% -
HSV(B) 327.06º 0.27% 0.75% -
XYZ 38.42 33.12 41.9 -
YUV 159.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 192 141 169 0 0.27 0.12 0.25 327.06 0.29 0.65
Hex C0 8D A9 0 1B C 19 147 1D 41
Octal 300 215 251 0 33 14 31 507 35 101
Binary 11000000 10001101 10101001 0 11011 1100 11001 101000111 11101 1000001

Color Harmonies of #C08DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DA9

Black with #C08DA9

Text Example


Text Example

White with #C08DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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