Shades of Swirl #CFCAC4
Tints of Swirl #CFCAC4
RGB
CMYK
RGB Variations
Color information
#CFCAC4 (or 0xCFCAC4) is known color: Swirl. HEX triplet: CF, CA and C4. RGB value is (207,202,196). Sum of RGB (Red+Green+Blue) = 207+202+196=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAC4 is #30353B. Grayscale: #CACACA. Windows color (decimal): -3159356 or 12896975. OLE color: 12896975.
HSL color Cylindrical-coordinate representation of color #CFCAC4: hue angle of 32.73º 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 #CFCAC4 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 202 | 196 | - |
CMYK | 0 | 0.02 | 0.05 | 0.19 |
HSL | 32.73º | 0.1% | 0.79% | - |
HSV(B) | 32.73º | 0.05% | 0.81% | - |
XYZ | 56.82 | 59.49 | 60.71 | - |
YUV | 202.81 | 124.16 | 130.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 196 | 0 | 0.02 | 0.05 | 0.19 | 32.73 | 0.1 | 0.79 |
Hex | CF | CA | C4 | 0 | 2 | 5 | 13 | 21 | A | 4F |
Octal | 317 | 312 | 304 | 0 | 2 | 5 | 23 | 41 | 12 | 117 |
Binary | 11001111 | 11001010 | 11000100 | 0 | 10 | 101 | 10011 | 100001 | 1010 | 1001111 |
Color Harmonies of #CFCAC4
Complementary color
Monochromatic Colors of #CFCAC4
Black with #CFCAC4
Text Example
Text Example
White with #CFCAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAC4; }
p { color: rgb(207,202,196); }
H1.HeaderClassName
{
color: #CFCAC4;
}
.AnyTagClassName
{
color: #CFCAC4;
}
</style>
background-color css
<style>
a { background-color: #CFCAC4; }
a { background-color: rgb(207,202,196); }
div.DivClassName
{
background-color: #CFCAC4;
}
.BgClassName
{
background-color: #CFCAC4;
}
</style>
border-color css
<style>
span { border-color: #CFCAC4; }
span { border-color: rgb(207,202,196); }
td.TdClassName
{
border-color: #CFCAC4;
}
.TagClassName
{
border-color: #CFCAC4;
}
</style>