Shades of Swirl #CFCAC5
Tints of Swirl #CFCAC5
RGB
CMYK
RGB Variations
Color information
#CFCAC5 (or 0xCFCAC5) is known color: Swirl. HEX triplet: CF, CA and C5. RGB value is (207,202,197). Sum of RGB (Red+Green+Blue) = 207+202+197=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAC5 is #30353A. Grayscale: #CACACA. Windows color (decimal): -3159355 or 12962511. OLE color: 12962511.
HSL color Cylindrical-coordinate representation of color #CFCAC5: hue angle of 30º degrees, saturation: 0.09, 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 #CFCAC5 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 202 | 197 | - |
CMYK | 0 | 0.02 | 0.05 | 0.19 |
HSL | 30º | 0.09% | 0.79% | - |
HSV(B) | 30º | 0.05% | 0.81% | - |
XYZ | 56.93 | 59.54 | 61.31 | - |
YUV | 202.93 | 124.66 | 130.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 197 | 0 | 0.02 | 0.05 | 0.19 | 30 | 0.09 | 0.79 |
Hex | CF | CA | C5 | 0 | 2 | 5 | 13 | 1E | 9 | 4F |
Octal | 317 | 312 | 305 | 0 | 2 | 5 | 23 | 36 | 11 | 117 |
Binary | 11001111 | 11001010 | 11000101 | 0 | 10 | 101 | 10011 | 11110 | 1001 | 1001111 |
Color Harmonies of #CFCAC5
Complementary color
Monochromatic Colors of #CFCAC5
Black with #CFCAC5
Text Example
Text Example
White with #CFCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAC5; }
p { color: rgb(207,202,197); }
H1.HeaderClassName
{
color: #CFCAC5;
}
.AnyTagClassName
{
color: #CFCAC5;
}
</style>
background-color css
<style>
a { background-color: #CFCAC5; }
a { background-color: rgb(207,202,197); }
div.DivClassName
{
background-color: #CFCAC5;
}
.BgClassName
{
background-color: #CFCAC5;
}
</style>
border-color css
<style>
span { border-color: #CFCAC5; }
span { border-color: rgb(207,202,197); }
td.TdClassName
{
border-color: #CFCAC5;
}
.TagClassName
{
border-color: #CFCAC5;
}
</style>