Shades of Concrete #CDCCC9
Tints of Concrete #CDCCC9
RGB
CMYK
RGB Variations
Color information
#CDCCC9 (or 0xCDCCC9) is known color: Concrete. HEX triplet: CD, CC and C9. RGB value is (205,204,201). Sum of RGB (Red+Green+Blue) = 205+204+201=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCC9 is #323336. Grayscale: #CBCBCB. Windows color (decimal): -3289911 or 13225165. OLE color: 13225165.
HSL color Cylindrical-coordinate representation of color #CDCCC9: hue angle of 45º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDCCC9 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 204 | 201 | - |
CMYK | 0 | 0.00 | 0.02 | 0.20 |
HSL | 45º | 0.04% | 0.8% | - |
HSV(B) | 45º | 0.02% | 0.8% | - |
XYZ | 57.31 | 60.38 | 63.89 | - |
YUV | 203.96 | 126.33 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 204 | 201 | 0 | 0.00 | 0.02 | 0.20 | 45 | 0.04 | 0.8 |
Hex | CD | CC | C9 | 0 | 0 | 2 | 14 | 2D | 4 | 50 |
Octal | 315 | 314 | 311 | 0 | 0 | 2 | 24 | 55 | 4 | 120 |
Binary | 11001101 | 11001100 | 11001001 | 0 | 0 | 10 | 10100 | 101101 | 100 | 1010000 |
Color Harmonies of #CDCCC9
Complementary color
Monochromatic Colors of #CDCCC9
Black with #CDCCC9
Text Example
Text Example
White with #CDCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCCC9; }
p { color: rgb(205,204,201); }
H1.HeaderClassName
{
color: #CDCCC9;
}
.AnyTagClassName
{
color: #CDCCC9;
}
</style>
background-color css
<style>
a { background-color: #CDCCC9; }
a { background-color: rgb(205,204,201); }
div.DivClassName
{
background-color: #CDCCC9;
}
.BgClassName
{
background-color: #CDCCC9;
}
</style>
border-color css
<style>
span { border-color: #CDCCC9; }
span { border-color: rgb(205,204,201); }
td.TdClassName
{
border-color: #CDCCC9;
}
.TagClassName
{
border-color: #CDCCC9;
}
</style>