Shades of Swirl #D5CAC0
Tints of Swirl #D5CAC0
RGB
CMYK
RGB Variations
Color information
#D5CAC0 (or 0xD5CAC0) is known color: Swirl. HEX triplet: D5, CA and C0. RGB value is (213,202,192). Sum of RGB (Red+Green+Blue) = 213+202+192=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAC0 is #2A353F. Grayscale: #CCCCCC. Windows color (decimal): -2766144 or 12634837. OLE color: 12634837.
HSL color Cylindrical-coordinate representation of color #D5CAC0: hue angle of 28.57º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5CAC0 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 192 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.16 |
| HSL | 28.57º | 0.2% | 0.79% | - |
| HSV(B) | 28.57º | 0.1% | 0.84% | - |
| XYZ | 58.08 | 60.19 | 58.43 | - |
| YUV | 204.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 192 | 0 | 0.05 | 0.10 | 0.16 | 28.57 | 0.2 | 0.79 |
| Hex | D5 | CA | C0 | 0 | 5 | A | 10 | 1D | 14 | 4F |
| Octal | 325 | 312 | 300 | 0 | 5 | 12 | 20 | 35 | 24 | 117 |
| Binary | 11010101 | 11001010 | 11000000 | 0 | 101 | 1010 | 10000 | 11101 | 10100 | 1001111 |
Color Harmonies of #D5CAC0
Complementary color
Monochromatic Colors of #D5CAC0
Black with #D5CAC0
Text Example
Text Example
White with #D5CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAC0; }
p { color: rgb(213,202,192); }
H1.HeaderClassName
{
color: #D5CAC0;
}
.AnyTagClassName
{
color: #D5CAC0;
}
</style>
background-color css
<style>
a { background-color: #D5CAC0; }
a { background-color: rgb(213,202,192); }
div.DivClassName
{
background-color: #D5CAC0;
}
.BgClassName
{
background-color: #D5CAC0;
}
</style>
border-color css
<style>
span { border-color: #D5CAC0; }
span { border-color: rgb(213,202,192); }
td.TdClassName
{
border-color: #D5CAC0;
}
.TagClassName
{
border-color: #D5CAC0;
}
</style>