Html Css Color HEX #C08DA8 Lily

📋 copy color: '#C08DA8'

red 192 ◦ green 141 ◦ blue 168

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

Shades of Lily #C08DA8

Tints of Lily #C08DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.53%

R = 38.32%
G = 28.14%
B = 33.53%

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

#C08DA8 (or 0xC08DA8) is known color: Lily. HEX triplet: C0, 8D and A8. RGB value is (192,141,168). Sum of RGB (Red+Green+Blue) = 192+141+168=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DA8 is #3F7257. Grayscale: #9F9F9F. Windows color (decimal): -4158040 or 11046336. OLE color: 11046336.

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

Color convert

RGB 192 141 168 -
CMYK 0 0.27 0.12 0.25
HSL 328.24º 0.29% 0.65% -
HSV(B) 328.24º 0.27% 0.75% -
XYZ 38.33 33.08 41.41 -
YUV 159.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 192 141 168 0 0.27 0.12 0.25 328.24 0.29 0.65
Hex C0 8D A8 0 1B C 19 148 1D 41
Octal 300 215 250 0 33 14 31 510 35 101
Binary 11000000 10001101 10101000 0 11011 1100 11001 101001000 11101 1000001

Color Harmonies of #C08DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DA8

Black with #C08DA8

Text Example


Text Example

White with #C08DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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