Shades of Lily #C993B4
Tints of Lily #C993B4
RGB
CMYK
RGB Variations
Color information
#C993B4 (or 0xC993B4) is known color: Lily. HEX triplet: C9, 93 and B4. RGB value is (201,147,180). Sum of RGB (Red+Green+Blue) = 201+147+180=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C993B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993B4 is #366C4B. Grayscale: #A6A6A6. Windows color (decimal): -3566668 or 11834313. OLE color: 11834313.
HSL color Cylindrical-coordinate representation of color #C993B4: hue angle of 323.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C993B4 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 180 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.21 |
| HSL | 323.33º | 0.33% | 0.68% | - |
| HSV(B) | 323.33º | 0.27% | 0.79% | - |
| XYZ | 42.76 | 36.58 | 47.99 | - |
| YUV | 166.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 180 | 0 | 0.27 | 0.10 | 0.21 | 323.33 | 0.33 | 0.68 |
| Hex | C9 | 93 | B4 | 0 | 1B | A | 15 | 143 | 21 | 44 |
| Octal | 311 | 223 | 264 | 0 | 33 | 12 | 25 | 503 | 41 | 104 |
| Binary | 11001001 | 10010011 | 10110100 | 0 | 11011 | 1010 | 10101 | 101000011 | 100001 | 1000100 |
Color Harmonies of #C993B4
Complementary color
Monochromatic Colors of #C993B4
Black with #C993B4
Text Example
Text Example
White with #C993B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C993B4; }
p { color: rgb(201,147,180); }
H1.HeaderClassName
{
color: #C993B4;
}
.AnyTagClassName
{
color: #C993B4;
}
</style>
background-color css
<style>
a { background-color: #C993B4; }
a { background-color: rgb(201,147,180); }
div.DivClassName
{
background-color: #C993B4;
}
.BgClassName
{
background-color: #C993B4;
}
</style>
border-color css
<style>
span { border-color: #C993B4; }
span { border-color: rgb(201,147,180); }
td.TdClassName
{
border-color: #C993B4;
}
.TagClassName
{
border-color: #C993B4;
}
</style>