Shades of Swirl #CECAC7
Tints of Swirl #CECAC7
RGB
CMYK
RGB Variations
Color information
#CECAC7 (or 0xCECAC7) is known color: Swirl. HEX triplet: CE, CA and C7. RGB value is (206,202,199). Sum of RGB (Red+Green+Blue) = 206+202+199=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAC7 is #313538. Grayscale: #CACACA. Windows color (decimal): -3224889 or 13093582. OLE color: 13093582.
HSL color Cylindrical-coordinate representation of color #CECAC7: hue angle of 25.71º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECAC7 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 202 | 199 | - |
CMYK | 0 | 0.02 | 0.03 | 0.19 |
HSL | 25.71º | 0.07% | 0.79% | - |
HSV(B) | 25.71º | 0.03% | 0.81% | - |
XYZ | 56.88 | 59.49 | 62.52 | - |
YUV | 202.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 199 | 0 | 0.02 | 0.03 | 0.19 | 25.71 | 0.07 | 0.79 |
Hex | CE | CA | C7 | 0 | 2 | 3 | 13 | 1A | 7 | 4F |
Octal | 316 | 312 | 307 | 0 | 2 | 3 | 23 | 32 | 7 | 117 |
Binary | 11001110 | 11001010 | 11000111 | 0 | 10 | 11 | 10011 | 11010 | 111 | 1001111 |
Color Harmonies of #CECAC7
Complementary color
Monochromatic Colors of #CECAC7
Black with #CECAC7
Text Example
Text Example
White with #CECAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAC7; }
p { color: rgb(206,202,199); }
H1.HeaderClassName
{
color: #CECAC7;
}
.AnyTagClassName
{
color: #CECAC7;
}
</style>
background-color css
<style>
a { background-color: #CECAC7; }
a { background-color: rgb(206,202,199); }
div.DivClassName
{
background-color: #CECAC7;
}
.BgClassName
{
background-color: #CECAC7;
}
</style>
border-color css
<style>
span { border-color: #CECAC7; }
span { border-color: rgb(206,202,199); }
td.TdClassName
{
border-color: #CECAC7;
}
.TagClassName
{
border-color: #CECAC7;
}
</style>