#C098B0

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

Shades of Lily #C098B0

Tints of Lily #C098B0

Color information

#C098B0 (or 0xC098B0) is unknown color: approx Lily. HEX triplet: C0, 98 and B0. RGB value is (192,152,176). Sum of RGB (Red+Green+Blue) = 192+152+176=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C098B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C098B0 is #3F674F. Grayscale: #A6A6A6. Windows color (decimal): -4155216 or 11573440. OLE color: 11573440.

HSL color Cylindrical-coordinate representation of color #C098B0: hue angle of 324º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C098B0 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB192152176-
CMYK00.210.080.25
HSL324º24.1%67.45%-
HSV(B)324º20.83%75.29%-
XYZ40.836.846.03-
YUV166.7133.25146.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 152 (59.77% from 255) = 29.23%
BLUE value IS 176 (69.14% from 255) = 33.85%
R=36.92%
G=29.23%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215217600.210.080.2532424.167.45
HexC098B00158191441843
Octal300230260025103150430103
Binary110000001001100010110000010101100011001101000100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098B0; }

 p { color: rgb(192,152,176); }

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

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

 a { background-color: rgb(192,152,176); }

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

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

 span { border-color: rgb(192,152,176); }

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