Shades of Swirl #CFC9C3
Tints of Swirl #CFC9C3
RGB
CMYK
RGB Variations
Color information
#CFC9C3 (or 0xCFC9C3) is known color: Swirl. HEX triplet: CF, C9 and C3. RGB value is (207,201,195). Sum of RGB (Red+Green+Blue) = 207+201+195=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9C3 is #30363C. Grayscale: #CACACA. Windows color (decimal): -3159613 or 12831183. OLE color: 12831183.
HSL color Cylindrical-coordinate representation of color #CFC9C3: hue angle of 30º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFC9C3 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 195 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.19 |
| HSL | 30º | 0.11% | 0.79% | - |
| HSV(B) | 30º | 0.06% | 0.81% | - |
| XYZ | 56.47 | 58.98 | 60.04 | - |
| YUV | 202.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 195 | 0 | 0.03 | 0.06 | 0.19 | 30 | 0.11 | 0.79 |
| Hex | CF | C9 | C3 | 0 | 3 | 6 | 13 | 1E | B | 4F |
| Octal | 317 | 311 | 303 | 0 | 3 | 6 | 23 | 36 | 13 | 117 |
| Binary | 11001111 | 11001001 | 11000011 | 0 | 11 | 110 | 10011 | 11110 | 1011 | 1001111 |
Color Harmonies of #CFC9C3
Complementary color
Monochromatic Colors of #CFC9C3
Black with #CFC9C3
Text Example
Text Example
White with #CFC9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9C3; }
p { color: rgb(207,201,195); }
H1.HeaderClassName
{
color: #CFC9C3;
}
.AnyTagClassName
{
color: #CFC9C3;
}
</style>
background-color css
<style>
a { background-color: #CFC9C3; }
a { background-color: rgb(207,201,195); }
div.DivClassName
{
background-color: #CFC9C3;
}
.BgClassName
{
background-color: #CFC9C3;
}
</style>
border-color css
<style>
span { border-color: #CFC9C3; }
span { border-color: rgb(207,201,195); }
td.TdClassName
{
border-color: #CFC9C3;
}
.TagClassName
{
border-color: #CFC9C3;
}
</style>