Shades of Concrete #CFCEC8
Tints of Concrete #CFCEC8
RGB
CMYK
RGB Variations
Color information
#CFCEC8 (or 0xCFCEC8) is known color: Concrete. HEX triplet: CF, CE and C8. RGB value is (207,206,200). Sum of RGB (Red+Green+Blue) = 207+206+200=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEC8 is #303137. Grayscale: #CDCDCD. Windows color (decimal): -3158328 or 13160143. OLE color: 13160143.
HSL color Cylindrical-coordinate representation of color #CFCEC8: hue angle of 51.43º degrees, saturation: 0.07, 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 #CFCEC8 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 206 | 200 | - |
CMYK | 0 | 0.00 | 0.03 | 0.19 |
HSL | 51.43º | 0.07% | 0.8% | - |
HSV(B) | 51.43º | 0.03% | 0.81% | - |
XYZ | 58.23 | 61.58 | 63.46 | - |
YUV | 205.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 200 | 0 | 0.00 | 0.03 | 0.19 | 51.43 | 0.07 | 0.8 |
Hex | CF | CE | C8 | 0 | 0 | 3 | 13 | 33 | 7 | 50 |
Octal | 317 | 316 | 310 | 0 | 0 | 3 | 23 | 63 | 7 | 120 |
Binary | 11001111 | 11001110 | 11001000 | 0 | 0 | 11 | 10011 | 110011 | 111 | 1010000 |
Color Harmonies of #CFCEC8
Complementary color
Monochromatic Colors of #CFCEC8
Black with #CFCEC8
Text Example
Text Example
White with #CFCEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEC8; }
p { color: rgb(207,206,200); }
H1.HeaderClassName
{
color: #CFCEC8;
}
.AnyTagClassName
{
color: #CFCEC8;
}
</style>
background-color css
<style>
a { background-color: #CFCEC8; }
a { background-color: rgb(207,206,200); }
div.DivClassName
{
background-color: #CFCEC8;
}
.BgClassName
{
background-color: #CFCEC8;
}
</style>
border-color css
<style>
span { border-color: #CFCEC8; }
span { border-color: rgb(207,206,200); }
td.TdClassName
{
border-color: #CFCEC8;
}
.TagClassName
{
border-color: #CFCEC8;
}
</style>