Shades of Concrete #CFCECB
Tints of Concrete #CFCECB
RGB
CMYK
RGB Variations
Color information
#CFCECB (or 0xCFCECB) is known color: Concrete. HEX triplet: CF, CE and CB. RGB value is (207,206,203). Sum of RGB (Red+Green+Blue) = 207+206+203=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCECB is #303134. Grayscale: #CDCDCD. Windows color (decimal): -3158325 or 13356751. OLE color: 13356751.
HSL color Cylindrical-coordinate representation of color #CFCECB: hue angle of 45º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CFCECB is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 206 | 203 | - |
CMYK | 0 | 0.00 | 0.02 | 0.19 |
HSL | 45º | 0.04% | 0.8% | - |
HSV(B) | 45º | 0.02% | 0.81% | - |
XYZ | 58.58 | 61.72 | 65.33 | - |
YUV | 205.96 | 126.33 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 203 | 0 | 0.00 | 0.02 | 0.19 | 45 | 0.04 | 0.8 |
Hex | CF | CE | CB | 0 | 0 | 2 | 13 | 2D | 4 | 50 |
Octal | 317 | 316 | 313 | 0 | 0 | 2 | 23 | 55 | 4 | 120 |
Binary | 11001111 | 11001110 | 11001011 | 0 | 0 | 10 | 10011 | 101101 | 100 | 1010000 |
Color Harmonies of #CFCECB
Complementary color
Monochromatic Colors of #CFCECB
Black with #CFCECB
Text Example
Text Example
White with #CFCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCECB; }
p { color: rgb(207,206,203); }
H1.HeaderClassName
{
color: #CFCECB;
}
.AnyTagClassName
{
color: #CFCECB;
}
</style>
background-color css
<style>
a { background-color: #CFCECB; }
a { background-color: rgb(207,206,203); }
div.DivClassName
{
background-color: #CFCECB;
}
.BgClassName
{
background-color: #CFCECB;
}
</style>
border-color css
<style>
span { border-color: #CFCECB; }
span { border-color: rgb(207,206,203); }
td.TdClassName
{
border-color: #CFCECB;
}
.TagClassName
{
border-color: #CFCECB;
}
</style>