Shades of Quill Grey #CBCABF
Tints of Quill Grey #CBCABF
RGB
CMYK
RGB Variations
Color information
#CBCABF (or 0xCBCABF) is known color: Quill Grey. HEX triplet: CB, CA and BF. RGB value is (203,202,191). Sum of RGB (Red+Green+Blue) = 203+202+191=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCABF is #343540. Grayscale: #C9C9C9. Windows color (decimal): -3421505 or 12569291. OLE color: 12569291.
HSL color Cylindrical-coordinate representation of color #CBCABF: hue angle of 55º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBCABF is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 202 | 191 | - |
| CMYK | 0 | 0.00 | 0.06 | 0.20 |
| HSL | 55º | 0.1% | 0.77% | - |
| HSV(B) | 55º | 0.06% | 0.8% | - |
| XYZ | 55.15 | 58.7 | 57.71 | - |
| YUV | 201.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 191 | 0 | 0.00 | 0.06 | 0.20 | 55 | 0.1 | 0.77 |
| Hex | CB | CA | BF | 0 | 0 | 6 | 14 | 37 | A | 4D |
| Octal | 313 | 312 | 277 | 0 | 0 | 6 | 24 | 67 | 12 | 115 |
| Binary | 11001011 | 11001010 | 10111111 | 0 | 0 | 110 | 10100 | 110111 | 1010 | 1001101 |
Color Harmonies of #CBCABF
Complementary color
Monochromatic Colors of #CBCABF
Black with #CBCABF
Text Example
Text Example
White with #CBCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCABF; }
p { color: rgb(203,202,191); }
H1.HeaderClassName
{
color: #CBCABF;
}
.AnyTagClassName
{
color: #CBCABF;
}
</style>
background-color css
<style>
a { background-color: #CBCABF; }
a { background-color: rgb(203,202,191); }
div.DivClassName
{
background-color: #CBCABF;
}
.BgClassName
{
background-color: #CBCABF;
}
</style>
border-color css
<style>
span { border-color: #CBCABF; }
span { border-color: rgb(203,202,191); }
td.TdClassName
{
border-color: #CBCABF;
}
.TagClassName
{
border-color: #CBCABF;
}
</style>