Html Css Color HEX #C08DAA Lily

📋 copy color: '#C08DAA'

red 192 ◦ green 141 ◦ blue 170

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

Shades of Lily #C08DAA

Tints of Lily #C08DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.8%

R = 38.17%
G = 28.03%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C08DAA (or 0xC08DAA) is known color: Lily. HEX triplet: C0, 8D and AA. RGB value is (192,141,170). Sum of RGB (Red+Green+Blue) = 192+141+170=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DAA is #3F7255. Grayscale: #9F9F9F. Windows color (decimal): -4158038 or 11177408. OLE color: 11177408.

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

Color convert

RGB 192 141 170 -
CMYK 0 0.27 0.11 0.25
HSL 325.88º 0.29% 0.65% -
HSV(B) 325.88º 0.27% 0.75% -
XYZ 38.52 33.16 42.4 -
YUV 159.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 192 141 170 0 0.27 0.11 0.25 325.88 0.29 0.65
Hex C0 8D AA 0 1B B 19 146 1D 41
Octal 300 215 252 0 33 13 31 506 35 101
Binary 11000000 10001101 10101010 0 11011 1011 11001 101000110 11101 1000001

Color Harmonies of #C08DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DAA

Black with #C08DAA

Text Example


Text Example

White with #C08DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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