#C09BAD

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

Shades of Lily #C09BAD

Tints of Lily #C09BAD

Color information

#C09BAD (or 0xC09BAD) is unknown color: approx Lily. HEX triplet: C0, 9B and AD. RGB value is (192,155,173). Sum of RGB (Red+Green+Blue) = 192+155+173=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C09BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09BAD is #3F6452. Grayscale: #A8A8A8. Windows color (decimal): -4154451 or 11377600. OLE color: 11377600.

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

Color convert

RGB192155173-
CMYK00.190.100.25
HSL330.81º22.7%68.04%-
HSV(B)330.81º19.27%75.29%-
XYZ4137.6744.64-
YUV168.12130.76145.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=36.92%
G=29.81%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215517300.190.100.25330.8122.768.04
HexC09BAD013A1914b1744
Octal300233255023123151327104
Binary110000001001101110101101010011101011001101001011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BAD; }

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

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

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

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

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

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

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

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