Shades of Concrete #CFCEC7
Tints of Concrete #CFCEC7
RGB
CMYK
RGB Variations
Color information
#CFCEC7 (or 0xCFCEC7) is known color: Concrete. HEX triplet: CF, CE and C7. RGB value is (207,206,199). Sum of RGB (Red+Green+Blue) = 207+206+199=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEC7 is #303138. Grayscale: #CDCDCD. Windows color (decimal): -3158329 or 13094607. OLE color: 13094607.
HSL color Cylindrical-coordinate representation of color #CFCEC7: hue angle of 52.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFCEC7 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 206 | 199 | - |
CMYK | 0 | 0.00 | 0.04 | 0.19 |
HSL | 52.5º | 0.08% | 0.8% | - |
HSV(B) | 52.5º | 0.04% | 0.81% | - |
XYZ | 58.11 | 61.53 | 62.85 | - |
YUV | 205.5 | 124.33 | 129.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 199 | 0 | 0.00 | 0.04 | 0.19 | 52.5 | 0.08 | 0.8 |
Hex | CF | CE | C7 | 0 | 0 | 4 | 13 | 34 | 8 | 50 |
Octal | 317 | 316 | 307 | 0 | 0 | 4 | 23 | 64 | 10 | 120 |
Binary | 11001111 | 11001110 | 11000111 | 0 | 0 | 100 | 10011 | 110100 | 1000 | 1010000 |
Color Harmonies of #CFCEC7
Complementary color
Monochromatic Colors of #CFCEC7
Black with #CFCEC7
Text Example
Text Example
White with #CFCEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEC7; }
p { color: rgb(207,206,199); }
H1.HeaderClassName
{
color: #CFCEC7;
}
.AnyTagClassName
{
color: #CFCEC7;
}
</style>
background-color css
<style>
a { background-color: #CFCEC7; }
a { background-color: rgb(207,206,199); }
div.DivClassName
{
background-color: #CFCEC7;
}
.BgClassName
{
background-color: #CFCEC7;
}
</style>
border-color css
<style>
span { border-color: #CFCEC7; }
span { border-color: rgb(207,206,199); }
td.TdClassName
{
border-color: #CFCEC7;
}
.TagClassName
{
border-color: #CFCEC7;
}
</style>