Shades of Swirl #CFCBC7
Tints of Swirl #CFCBC7
RGB
CMYK
RGB Variations
Color information
#CFCBC7 (or 0xCFCBC7) is known color: Swirl. HEX triplet: CF, CB and C7. RGB value is (207,203,199). Sum of RGB (Red+Green+Blue) = 207+203+199=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBC7 is #303438. Grayscale: #CBCBCB. Windows color (decimal): -3159097 or 13093839. OLE color: 13093839.
HSL color Cylindrical-coordinate representation of color #CFCBC7: hue angle of 30º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFCBC7 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 199 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.19 |
| HSL | 30º | 0.08% | 0.8% | - |
| HSV(B) | 30º | 0.04% | 0.81% | - |
| XYZ | 57.4 | 60.1 | 62.61 | - |
| YUV | 203.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 199 | 0 | 0.02 | 0.04 | 0.19 | 30 | 0.08 | 0.8 |
| Hex | CF | CB | C7 | 0 | 2 | 4 | 13 | 1E | 8 | 50 |
| Octal | 317 | 313 | 307 | 0 | 2 | 4 | 23 | 36 | 10 | 120 |
| Binary | 11001111 | 11001011 | 11000111 | 0 | 10 | 100 | 10011 | 11110 | 1000 | 1010000 |
Color Harmonies of #CFCBC7
Complementary color
Monochromatic Colors of #CFCBC7
Black with #CFCBC7
Text Example
Text Example
White with #CFCBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBC7; }
p { color: rgb(207,203,199); }
H1.HeaderClassName
{
color: #CFCBC7;
}
.AnyTagClassName
{
color: #CFCBC7;
}
</style>
background-color css
<style>
a { background-color: #CFCBC7; }
a { background-color: rgb(207,203,199); }
div.DivClassName
{
background-color: #CFCBC7;
}
.BgClassName
{
background-color: #CFCBC7;
}
</style>
border-color css
<style>
span { border-color: #CFCBC7; }
span { border-color: rgb(207,203,199); }
td.TdClassName
{
border-color: #CFCBC7;
}
.TagClassName
{
border-color: #CFCBC7;
}
</style>