Shades of Quill Grey #CBCAC2
Tints of Quill Grey #CBCAC2
RGB
CMYK
RGB Variations
Color information
#CBCAC2 (or 0xCBCAC2) is known color: Quill Grey. HEX triplet: CB, CA and C2. RGB value is (203,202,194). Sum of RGB (Red+Green+Blue) = 203+202+194=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAC2 is #34353D. Grayscale: #C9C9C9. Windows color (decimal): -3421502 or 12765899. OLE color: 12765899.
HSL color Cylindrical-coordinate representation of color #CBCAC2: hue angle of 53.33º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBCAC2 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 202 | 194 | - |
| CMYK | 0 | 0.00 | 0.04 | 0.20 |
| HSL | 53.33º | 0.08% | 0.78% | - |
| HSV(B) | 53.33º | 0.04% | 0.8% | - |
| XYZ | 55.49 | 58.83 | 59.47 | - |
| YUV | 201.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 194 | 0 | 0.00 | 0.04 | 0.20 | 53.33 | 0.08 | 0.78 |
| Hex | CB | CA | C2 | 0 | 0 | 4 | 14 | 35 | 8 | 4E |
| Octal | 313 | 312 | 302 | 0 | 0 | 4 | 24 | 65 | 10 | 116 |
| Binary | 11001011 | 11001010 | 11000010 | 0 | 0 | 100 | 10100 | 110101 | 1000 | 1001110 |
Color Harmonies of #CBCAC2
Complementary color
Monochromatic Colors of #CBCAC2
Black with #CBCAC2
Text Example
Text Example
White with #CBCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCAC2; }
p { color: rgb(203,202,194); }
H1.HeaderClassName
{
color: #CBCAC2;
}
.AnyTagClassName
{
color: #CBCAC2;
}
</style>
background-color css
<style>
a { background-color: #CBCAC2; }
a { background-color: rgb(203,202,194); }
div.DivClassName
{
background-color: #CBCAC2;
}
.BgClassName
{
background-color: #CBCAC2;
}
</style>
border-color css
<style>
span { border-color: #CBCAC2; }
span { border-color: rgb(203,202,194); }
td.TdClassName
{
border-color: #CBCAC2;
}
.TagClassName
{
border-color: #CBCAC2;
}
</style>