Shades of Swirl #CEC9C5
Tints of Swirl #CEC9C5
RGB
CMYK
RGB Variations
Color information
#CEC9C5 (or 0xCEC9C5) is known color: Swirl. HEX triplet: CE, C9 and C5. RGB value is (206,201,197). Sum of RGB (Red+Green+Blue) = 206+201+197=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9C5 is #31363A. Grayscale: #CACACA. Windows color (decimal): -3225147 or 12962254. OLE color: 12962254.
HSL color Cylindrical-coordinate representation of color #CEC9C5: hue angle of 26.67º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CEC9C5 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 197 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.19 |
| HSL | 26.67º | 0.08% | 0.79% | - |
| HSV(B) | 26.67º | 0.04% | 0.81% | - |
| XYZ | 56.42 | 58.93 | 61.22 | - |
| YUV | 202.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 197 | 0 | 0.02 | 0.04 | 0.19 | 26.67 | 0.08 | 0.79 |
| Hex | CE | C9 | C5 | 0 | 2 | 4 | 13 | 1B | 8 | 4F |
| Octal | 316 | 311 | 305 | 0 | 2 | 4 | 23 | 33 | 10 | 117 |
| Binary | 11001110 | 11001001 | 11000101 | 0 | 10 | 100 | 10011 | 11011 | 1000 | 1001111 |
Color Harmonies of #CEC9C5
Complementary color
Monochromatic Colors of #CEC9C5
Black with #CEC9C5
Text Example
Text Example
White with #CEC9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9C5; }
p { color: rgb(206,201,197); }
H1.HeaderClassName
{
color: #CEC9C5;
}
.AnyTagClassName
{
color: #CEC9C5;
}
</style>
background-color css
<style>
a { background-color: #CEC9C5; }
a { background-color: rgb(206,201,197); }
div.DivClassName
{
background-color: #CEC9C5;
}
.BgClassName
{
background-color: #CEC9C5;
}
</style>
border-color css
<style>
span { border-color: #CEC9C5; }
span { border-color: rgb(206,201,197); }
td.TdClassName
{
border-color: #CEC9C5;
}
.TagClassName
{
border-color: #CEC9C5;
}
</style>