#C099B4

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

Shades of Lily #C099B4

Tints of Lily #C099B4

Color information

#C099B4 (or 0xC099B4) is unknown color: approx Lily. HEX triplet: C0, 99 and B4. RGB value is (192,153,180). Sum of RGB (Red+Green+Blue) = 192+153+180=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C099B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099B4 is #3F664B. Grayscale: #A7A7A7. Windows color (decimal): -4154956 or 11835840. OLE color: 11835840.

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

Color convert

RGB192153180-
CMYK00.200.060.25
HSL318.46º23.64%67.65%-
HSV(B)318.46º20.31%75.29%-
XYZ41.3737.2848.2-
YUV167.74134.92145.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=36.57%
G=29.14%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215318000.200.060.25318.4623.6467.65
HexC099B401461913e1844
Octal30023126402463147630104
Binary11000000100110011011010001010011011001100111110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C099B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C099B4; }

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

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

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

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

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

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

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

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