Shades of Concrete #CFCEC9
Tints of Concrete #CFCEC9
RGB
CMYK
RGB Variations
Color information
#CFCEC9 (or 0xCFCEC9) is known color: Concrete. HEX triplet: CF, CE and C9. RGB value is (207,206,201). Sum of RGB (Red+Green+Blue) = 207+206+201=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEC9 is #303136. Grayscale: #CDCDCD. Windows color (decimal): -3158327 or 13225679. OLE color: 13225679.
HSL color Cylindrical-coordinate representation of color #CFCEC9: hue angle of 50º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFCEC9 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 206 | 201 | - |
CMYK | 0 | 0.00 | 0.03 | 0.19 |
HSL | 50º | 0.06% | 0.8% | - |
HSV(B) | 50º | 0.03% | 0.81% | - |
XYZ | 58.35 | 61.63 | 64.08 | - |
YUV | 205.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 201 | 0 | 0.00 | 0.03 | 0.19 | 50 | 0.06 | 0.8 |
Hex | CF | CE | C9 | 0 | 0 | 3 | 13 | 32 | 6 | 50 |
Octal | 317 | 316 | 311 | 0 | 0 | 3 | 23 | 62 | 6 | 120 |
Binary | 11001111 | 11001110 | 11001001 | 0 | 0 | 11 | 10011 | 110010 | 110 | 1010000 |
Color Harmonies of #CFCEC9
Complementary color
Monochromatic Colors of #CFCEC9
Black with #CFCEC9
Text Example
Text Example
White with #CFCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEC9; }
p { color: rgb(207,206,201); }
H1.HeaderClassName
{
color: #CFCEC9;
}
.AnyTagClassName
{
color: #CFCEC9;
}
</style>
background-color css
<style>
a { background-color: #CFCEC9; }
a { background-color: rgb(207,206,201); }
div.DivClassName
{
background-color: #CFCEC9;
}
.BgClassName
{
background-color: #CFCEC9;
}
</style>
border-color css
<style>
span { border-color: #CFCEC9; }
span { border-color: rgb(207,206,201); }
td.TdClassName
{
border-color: #CFCEC9;
}
.TagClassName
{
border-color: #CFCEC9;
}
</style>