Html Css Color HEX #C08DAC Lily

📋 copy color: '#C08DAC'

red 192 ◦ green 141 ◦ blue 172

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

Shades of Lily #C08DAC

Tints of Lily #C08DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.06%

R = 38.02%
G = 27.92%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C08DAC (or 0xC08DAC) is known color: Lily. HEX triplet: C0, 8D and AC. RGB value is (192,141,172). Sum of RGB (Red+Green+Blue) = 192+141+172=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DAC is #3F7253. Grayscale: #9F9F9F. Windows color (decimal): -4158036 or 11308480. OLE color: 11308480.

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

Color convert

RGB 192 141 172 -
CMYK 0 0.27 0.10 0.25
HSL 323.53º 0.29% 0.65% -
HSV(B) 323.53º 0.27% 0.75% -
XYZ 38.71 33.23 43.4 -
YUV 159.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 192 141 172 0 0.27 0.10 0.25 323.53 0.29 0.65
Hex C0 8D AC 0 1B A 19 144 1D 41
Octal 300 215 254 0 33 12 31 504 35 101
Binary 11000000 10001101 10101100 0 11011 1010 11001 101000100 11101 1000001

Color Harmonies of #C08DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DAC

Black with #C08DAC

Text Example


Text Example

White with #C08DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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