Shades of Concrete #CFCECA
Tints of Concrete #CFCECA
RGB
CMYK
RGB Variations
Color information
#CFCECA (or 0xCFCECA) is known color: Concrete. HEX triplet: CF, CE and CA. RGB value is (207,206,202). Sum of RGB (Red+Green+Blue) = 207+206+202=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCECA is #303135. Grayscale: #CDCDCD. Windows color (decimal): -3158326 or 13291215. OLE color: 13291215.
HSL color Cylindrical-coordinate representation of color #CFCECA: hue angle of 48º degrees, saturation: 0.05, 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 #CFCECA is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 206 | 202 | - |
CMYK | 0 | 0.00 | 0.02 | 0.19 |
HSL | 48º | 0.05% | 0.8% | - |
HSV(B) | 48º | 0.02% | 0.81% | - |
XYZ | 58.46 | 61.67 | 64.7 | - |
YUV | 205.84 | 125.83 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 202 | 0 | 0.00 | 0.02 | 0.19 | 48 | 0.05 | 0.8 |
Hex | CF | CE | CA | 0 | 0 | 2 | 13 | 30 | 5 | 50 |
Octal | 317 | 316 | 312 | 0 | 0 | 2 | 23 | 60 | 5 | 120 |
Binary | 11001111 | 11001110 | 11001010 | 0 | 0 | 10 | 10011 | 110000 | 101 | 1010000 |
Color Harmonies of #CFCECA
Complementary color
Monochromatic Colors of #CFCECA
Black with #CFCECA
Text Example
Text Example
White with #CFCECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCECA; }
p { color: rgb(207,206,202); }
H1.HeaderClassName
{
color: #CFCECA;
}
.AnyTagClassName
{
color: #CFCECA;
}
</style>
background-color css
<style>
a { background-color: #CFCECA; }
a { background-color: rgb(207,206,202); }
div.DivClassName
{
background-color: #CFCECA;
}
.BgClassName
{
background-color: #CFCECA;
}
</style>
border-color css
<style>
span { border-color: #CFCECA; }
span { border-color: rgb(207,206,202); }
td.TdClassName
{
border-color: #CFCECA;
}
.TagClassName
{
border-color: #CFCECA;
}
</style>