Shades of Lilac #C4B2C2
Tints of Lilac #C4B2C2
RGB
CMYK
RGB Variations
Color information
#C4B2C2 (or 0xC4B2C2) is known color: Lilac. HEX triplet: C4, B2 and C2. RGB value is (196,178,194). Sum of RGB (Red+Green+Blue) = 196+178+194=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B2C2 is #3B4D3D. Grayscale: #B9B9B9. Windows color (decimal): -3886398 or 12759748. OLE color: 12759748.
HSL color Cylindrical-coordinate representation of color #C4B2C2: hue angle of 306.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4B2C2 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 194 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.23 |
| HSL | 306.67º | 0.13% | 0.73% | - |
| HSV(B) | 306.67º | 0.09% | 0.77% | - |
| XYZ | 48.42 | 47.47 | 57.65 | - |
| YUV | 185.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 194 | 0 | 0.09 | 0.01 | 0.23 | 306.67 | 0.13 | 0.73 |
| Hex | C4 | B2 | C2 | 0 | 9 | 1 | 17 | 133 | D | 49 |
| Octal | 304 | 262 | 302 | 0 | 11 | 1 | 27 | 463 | 15 | 111 |
| Binary | 11000100 | 10110010 | 11000010 | 0 | 1001 | 1 | 10111 | 100110011 | 1101 | 1001001 |
Color Harmonies of #C4B2C2
Complementary color
Monochromatic Colors of #C4B2C2
Black with #C4B2C2
Text Example
Text Example
White with #C4B2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B2C2; }
p { color: rgb(196,178,194); }
H1.HeaderClassName
{
color: #C4B2C2;
}
.AnyTagClassName
{
color: #C4B2C2;
}
</style>
background-color css
<style>
a { background-color: #C4B2C2; }
a { background-color: rgb(196,178,194); }
div.DivClassName
{
background-color: #C4B2C2;
}
.BgClassName
{
background-color: #C4B2C2;
}
</style>
border-color css
<style>
span { border-color: #C4B2C2; }
span { border-color: rgb(196,178,194); }
td.TdClassName
{
border-color: #C4B2C2;
}
.TagClassName
{
border-color: #C4B2C2;
}
</style>