Shades of Swirl #CDC6C0
Tints of Swirl #CDC6C0
RGB
CMYK
RGB Variations
Color information
#CDC6C0 (or 0xCDC6C0) is known color: Swirl. HEX triplet: CD, C6 and C0. RGB value is (205,198,192). Sum of RGB (Red+Green+Blue) = 205+198+192=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6C0 is #32393F. Grayscale: #C7C7C7. Windows color (decimal): -3291456 or 12633805. OLE color: 12633805.
HSL color Cylindrical-coordinate representation of color #CDC6C0: hue angle of 27.69º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC6C0 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 192 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.20 |
| HSL | 27.69º | 0.12% | 0.78% | - |
| HSV(B) | 27.69º | 0.06% | 0.8% | - |
| XYZ | 54.89 | 57.17 | 58.01 | - |
| YUV | 199.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 192 | 0 | 0.03 | 0.06 | 0.20 | 27.69 | 0.12 | 0.78 |
| Hex | CD | C6 | C0 | 0 | 3 | 6 | 14 | 1C | C | 4E |
| Octal | 315 | 306 | 300 | 0 | 3 | 6 | 24 | 34 | 14 | 116 |
| Binary | 11001101 | 11000110 | 11000000 | 0 | 11 | 110 | 10100 | 11100 | 1100 | 1001110 |
Color Harmonies of #CDC6C0
Complementary color
Monochromatic Colors of #CDC6C0
Black with #CDC6C0
Text Example
Text Example
White with #CDC6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6C0; }
p { color: rgb(205,198,192); }
H1.HeaderClassName
{
color: #CDC6C0;
}
.AnyTagClassName
{
color: #CDC6C0;
}
</style>
background-color css
<style>
a { background-color: #CDC6C0; }
a { background-color: rgb(205,198,192); }
div.DivClassName
{
background-color: #CDC6C0;
}
.BgClassName
{
background-color: #CDC6C0;
}
</style>
border-color css
<style>
span { border-color: #CDC6C0; }
span { border-color: rgb(205,198,192); }
td.TdClassName
{
border-color: #CDC6C0;
}
.TagClassName
{
border-color: #CDC6C0;
}
</style>