#C099B1

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

Shades of Lily #C099B1

Tints of Lily #C099B1

Color information

#C099B1 (or 0xC099B1) is unknown color: approx Lily. HEX triplet: C0, 99 and B1. RGB value is (192,153,177). Sum of RGB (Red+Green+Blue) = 192+153+177=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C099B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C099B1 is #3F664E. Grayscale: #A7A7A7. Windows color (decimal): -4154959 or 11639232. OLE color: 11639232.

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

Color convert

RGB192153177-
CMYK00.200.080.25
HSL323.08º23.64%67.65%-
HSV(B)323.08º20.31%75.29%-
XYZ41.0737.1646.6-
YUV167.4133.42145.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=36.78%
G=29.31%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215317700.200.080.25323.0823.6467.65
HexC099B10148191431844
Octal300231261024103150330104
Binary110000001001100110110001010100100011001101000011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C099B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C099B1; }

 p { color: rgb(192,153,177); }

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

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

 a { background-color: rgb(192,153,177); }

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

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

 span { border-color: rgb(192,153,177); }

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