Shades of Swirl #CFCCCA
Tints of Swirl #CFCCCA
RGB
CMYK
RGB Variations
Color information
#CFCCCA (or 0xCFCCCA) is known color: Swirl. HEX triplet: CF, CC and CA. RGB value is (207,204,202). Sum of RGB (Red+Green+Blue) = 207+204+202=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCCA is #303335. Grayscale: #CCCCCC. Windows color (decimal): -3158838 or 13290703. OLE color: 13290703.
HSL color Cylindrical-coordinate representation of color #CFCCCA: 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 #CFCCCA is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 202 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.19 |
| HSL | 24º | 0.05% | 0.8% | - |
| HSV(B) | 24º | 0.02% | 0.81% | - |
| XYZ | 57.99 | 60.72 | 64.54 | - |
| YUV | 204.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 202 | 0 | 0.01 | 0.02 | 0.19 | 24 | 0.05 | 0.8 |
| Hex | CF | CC | CA | 0 | 1 | 2 | 13 | 18 | 5 | 50 |
| Octal | 317 | 314 | 312 | 0 | 1 | 2 | 23 | 30 | 5 | 120 |
| Binary | 11001111 | 11001100 | 11001010 | 0 | 1 | 10 | 10011 | 11000 | 101 | 1010000 |
Color Harmonies of #CFCCCA
Complementary color
Monochromatic Colors of #CFCCCA
Black with #CFCCCA
Text Example
Text Example
White with #CFCCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCCA; }
p { color: rgb(207,204,202); }
H1.HeaderClassName
{
color: #CFCCCA;
}
.AnyTagClassName
{
color: #CFCCCA;
}
</style>
background-color css
<style>
a { background-color: #CFCCCA; }
a { background-color: rgb(207,204,202); }
div.DivClassName
{
background-color: #CFCCCA;
}
.BgClassName
{
background-color: #CFCCCA;
}
</style>
border-color css
<style>
span { border-color: #CFCCCA; }
span { border-color: rgb(207,204,202); }
td.TdClassName
{
border-color: #CFCCCA;
}
.TagClassName
{
border-color: #CFCCCA;
}
</style>