Shades of French Grey #CBCACC
Tints of French Grey #CBCACC
RGB
CMYK
RGB Variations
Color information
#CBCACC (or 0xCBCACC) is known color: French Grey. HEX triplet: CB, CA and CC. RGB value is (203,202,204). Sum of RGB (Red+Green+Blue) = 203+202+204=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCACC is #343533. Grayscale: #CACACA. Windows color (decimal): -3421492 or 13421259. OLE color: 13421259.
HSL color Cylindrical-coordinate representation of color #CBCACC: hue angle of 270º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CBCACC is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 203 | 202 | 204 | - |
CMYK | 0.00 | 0.01 | 0 | 0.2 |
HSL | 270º | 0.02% | 0.8% | - |
HSV(B) | 270º | 0.01% | 0.8% | - |
XYZ | 56.65 | 59.3 | 65.59 | - |
YUV | 202.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 202 | 204 | 0.00 | 0.01 | 0 | 0.2 | 270 | 0.02 | 0.8 |
Hex | CB | CA | CC | 0 | 1 | 0 | 14 | 10E | 2 | 50 |
Octal | 313 | 312 | 314 | 0 | 1 | 0 | 24 | 416 | 2 | 120 |
Binary | 11001011 | 11001010 | 11001100 | 0 | 1 | 0 | 10100 | 100001110 | 10 | 1010000 |
Color Harmonies of #CBCACC
Complementary color
Monochromatic Colors of #CBCACC
Black with #CBCACC
Text Example
Text Example
White with #CBCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCACC; }
p { color: rgb(203,202,204); }
H1.HeaderClassName
{
color: #CBCACC;
}
.AnyTagClassName
{
color: #CBCACC;
}
</style>
background-color css
<style>
a { background-color: #CBCACC; }
a { background-color: rgb(203,202,204); }
div.DivClassName
{
background-color: #CBCACC;
}
.BgClassName
{
background-color: #CBCACC;
}
</style>
border-color css
<style>
span { border-color: #CBCACC; }
span { border-color: rgb(203,202,204); }
td.TdClassName
{
border-color: #CBCACC;
}
.TagClassName
{
border-color: #CBCACC;
}
</style>