#C08AAD

Color #C08AAD Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C08AAD

Tints of Lily #C08AAD

Color information

#C08AAD (or 0xC08AAD) is unknown color: approx Lily. HEX triplet: C0, 8A and AD. RGB value is (192,138,173). Sum of RGB (Red+Green+Blue) = 192+138+173=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C08AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08AAD is #3F7552. Grayscale: #9E9E9E. Windows color (decimal): -4158803 or 11373248. OLE color: 11373248.

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

Color convert

RGB192138173-
CMYK00.280.100.25
HSL321.11º30%64.71%-
HSV(B)321.11º28.12%75.29%-
XYZ38.3732.443.77-
YUV158.14136.39152.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.17%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=38.17%
G=27.44%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213817300.280.100.25321.113064.71
HexC08AAD01CA191411e41
Octal300212255034123150136101
Binary110000001000101010101101011100101011001101000001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08AAD; }

 p { color: rgb(192,138,173); }

 H1.HeaderClassName
 {
   color: #C08AAD;
 }
 .AnyTagClassName
 {
   color: #C08AAD;
 }
</style>
background-color css

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

 a { background-color: rgb(192,138,173); }

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

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

 span { border-color: rgb(192,138,173); }

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