Shades of Swirl #CECBC9
Tints of Swirl #CECBC9
RGB
CMYK
RGB Variations
Color information
#CECBC9 (or 0xCECBC9) is known color: Swirl. HEX triplet: CE, CB and C9. RGB value is (206,203,201). Sum of RGB (Red+Green+Blue) = 206+203+201=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBC9 is #313436. Grayscale: #CBCBCB. Windows color (decimal): -3224631 or 13224910. OLE color: 13224910.
HSL color Cylindrical-coordinate representation of color #CECBC9: hue angle of 24º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECBC9 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 203 | 201 | - |
CMYK | 0 | 0.01 | 0.02 | 0.19 |
HSL | 24º | 0.05% | 0.8% | - |
HSV(B) | 24º | 0.02% | 0.81% | - |
XYZ | 57.35 | 60.05 | 63.83 | - |
YUV | 203.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 201 | 0 | 0.01 | 0.02 | 0.19 | 24 | 0.05 | 0.8 |
Hex | CE | CB | C9 | 0 | 1 | 2 | 13 | 18 | 5 | 50 |
Octal | 316 | 313 | 311 | 0 | 1 | 2 | 23 | 30 | 5 | 120 |
Binary | 11001110 | 11001011 | 11001001 | 0 | 1 | 10 | 10011 | 11000 | 101 | 1010000 |
Color Harmonies of #CECBC9
Complementary color
Monochromatic Colors of #CECBC9
Black with #CECBC9
Text Example
Text Example
White with #CECBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBC9; }
p { color: rgb(206,203,201); }
H1.HeaderClassName
{
color: #CECBC9;
}
.AnyTagClassName
{
color: #CECBC9;
}
</style>
background-color css
<style>
a { background-color: #CECBC9; }
a { background-color: rgb(206,203,201); }
div.DivClassName
{
background-color: #CECBC9;
}
.BgClassName
{
background-color: #CECBC9;
}
</style>
border-color css
<style>
span { border-color: #CECBC9; }
span { border-color: rgb(206,203,201); }
td.TdClassName
{
border-color: #CECBC9;
}
.TagClassName
{
border-color: #CECBC9;
}
</style>