Shades of French Grey #C0B2CC
Tints of French Grey #C0B2CC
RGB
CMYK
RGB Variations
Color information
#C0B2CC (or 0xC0B2CC) is known color: French Grey. HEX triplet: C0, B2 and CC. RGB value is (192,178,204). Sum of RGB (Red+Green+Blue) = 192+178+204=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0B2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B2CC is #3F4D33. Grayscale: #B9B9B9. Windows color (decimal): -4148532 or 13415104. OLE color: 13415104.
HSL color Cylindrical-coordinate representation of color #C0B2CC: hue angle of 272.31º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0B2CC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 178 | 204 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.2 |
| HSL | 272.31º | 0.2% | 0.75% | - |
| HSV(B) | 272.31º | 0.13% | 0.8% | - |
| XYZ | 48.56 | 47.41 | 63.72 | - |
| YUV | 185.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 204 | 0.06 | 0.13 | 0 | 0.2 | 272.31 | 0.2 | 0.75 |
| Hex | C0 | B2 | CC | 6 | D | 0 | 14 | 110 | 14 | 4B |
| Octal | 300 | 262 | 314 | 6 | 15 | 0 | 24 | 420 | 24 | 113 |
| Binary | 11000000 | 10110010 | 11001100 | 110 | 1101 | 0 | 10100 | 100010000 | 10100 | 1001011 |
Color Harmonies of #C0B2CC
Complementary color
Monochromatic Colors of #C0B2CC
Black with #C0B2CC
Text Example
Text Example
White with #C0B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B2CC; }
p { color: rgb(192,178,204); }
H1.HeaderClassName
{
color: #C0B2CC;
}
.AnyTagClassName
{
color: #C0B2CC;
}
</style>
background-color css
<style>
a { background-color: #C0B2CC; }
a { background-color: rgb(192,178,204); }
div.DivClassName
{
background-color: #C0B2CC;
}
.BgClassName
{
background-color: #C0B2CC;
}
</style>
border-color css
<style>
span { border-color: #C0B2CC; }
span { border-color: rgb(192,178,204); }
td.TdClassName
{
border-color: #C0B2CC;
}
.TagClassName
{
border-color: #C0B2CC;
}
</style>