Shades of Swirl #CFC9C2
Tints of Swirl #CFC9C2
RGB
CMYK
RGB Variations
Color information
#CFC9C2 (or 0xCFC9C2) is known color: Swirl. HEX triplet: CF, C9 and C2. RGB value is (207,201,194). Sum of RGB (Red+Green+Blue) = 207+201+194=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9C2 is #30363D. Grayscale: #CACACA. Windows color (decimal): -3159614 or 12765647. OLE color: 12765647.
HSL color Cylindrical-coordinate representation of color #CFC9C2: hue angle of 32.31º degrees, saturation: 0.12, 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 #CFC9C2 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 201 | 194 | - |
CMYK | 0 | 0.03 | 0.06 | 0.19 |
HSL | 32.31º | 0.12% | 0.79% | - |
HSV(B) | 32.31º | 0.06% | 0.81% | - |
XYZ | 56.36 | 58.93 | 59.44 | - |
YUV | 202 | 123.49 | 131.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 201 | 194 | 0 | 0.03 | 0.06 | 0.19 | 32.31 | 0.12 | 0.79 |
Hex | CF | C9 | C2 | 0 | 3 | 6 | 13 | 20 | C | 4F |
Octal | 317 | 311 | 302 | 0 | 3 | 6 | 23 | 40 | 14 | 117 |
Binary | 11001111 | 11001001 | 11000010 | 0 | 11 | 110 | 10011 | 100000 | 1100 | 1001111 |
Color Harmonies of #CFC9C2
Complementary color
Monochromatic Colors of #CFC9C2
Black with #CFC9C2
Text Example
Text Example
White with #CFC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9C2; }
p { color: rgb(207,201,194); }
H1.HeaderClassName
{
color: #CFC9C2;
}
.AnyTagClassName
{
color: #CFC9C2;
}
</style>
background-color css
<style>
a { background-color: #CFC9C2; }
a { background-color: rgb(207,201,194); }
div.DivClassName
{
background-color: #CFC9C2;
}
.BgClassName
{
background-color: #CFC9C2;
}
</style>
border-color css
<style>
span { border-color: #CFC9C2; }
span { border-color: rgb(207,201,194); }
td.TdClassName
{
border-color: #CFC9C2;
}
.TagClassName
{
border-color: #CFC9C2;
}
</style>