Shades of Swirl #CFC9C4
Tints of Swirl #CFC9C4
RGB
CMYK
RGB Variations
Color information
#CFC9C4 (or 0xCFC9C4) is known color: Swirl. HEX triplet: CF, C9 and C4. RGB value is (207,201,196). Sum of RGB (Red+Green+Blue) = 207+201+196=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9C4 is #30363B. Grayscale: #CACACA. Windows color (decimal): -3159612 or 12896719. OLE color: 12896719.
HSL color Cylindrical-coordinate representation of color #CFC9C4: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFC9C4 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 196 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.19 |
| HSL | 27.27º | 0.1% | 0.79% | - |
| HSV(B) | 27.27º | 0.05% | 0.81% | - |
| XYZ | 56.58 | 59.02 | 60.64 | - |
| YUV | 202.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 196 | 0 | 0.03 | 0.05 | 0.19 | 27.27 | 0.1 | 0.79 |
| Hex | CF | C9 | C4 | 0 | 3 | 5 | 13 | 1B | A | 4F |
| Octal | 317 | 311 | 304 | 0 | 3 | 5 | 23 | 33 | 12 | 117 |
| Binary | 11001111 | 11001001 | 11000100 | 0 | 11 | 101 | 10011 | 11011 | 1010 | 1001111 |
Color Harmonies of #CFC9C4
Complementary color
Monochromatic Colors of #CFC9C4
Black with #CFC9C4
Text Example
Text Example
White with #CFC9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9C4; }
p { color: rgb(207,201,196); }
H1.HeaderClassName
{
color: #CFC9C4;
}
.AnyTagClassName
{
color: #CFC9C4;
}
</style>
background-color css
<style>
a { background-color: #CFC9C4; }
a { background-color: rgb(207,201,196); }
div.DivClassName
{
background-color: #CFC9C4;
}
.BgClassName
{
background-color: #CFC9C4;
}
</style>
border-color css
<style>
span { border-color: #CFC9C4; }
span { border-color: rgb(207,201,196); }
td.TdClassName
{
border-color: #CFC9C4;
}
.TagClassName
{
border-color: #CFC9C4;
}
</style>