Shades of Quill Grey #CBCAC6
Tints of Quill Grey #CBCAC6
RGB
CMYK
RGB Variations
Color information
#CBCAC6 (or 0xCBCAC6) is known color: Quill Grey. HEX triplet: CB, CA and C6. RGB value is (203,202,198). Sum of RGB (Red+Green+Blue) = 203+202+198=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAC6 is #343539. Grayscale: #C9C9C9. Windows color (decimal): -3421498 or 13028043. OLE color: 13028043.
HSL color Cylindrical-coordinate representation of color #CBCAC6: hue angle of 48º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBCAC6 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 202 | 198 | - |
CMYK | 0 | 0.00 | 0.02 | 0.20 |
HSL | 48º | 0.05% | 0.79% | - |
HSV(B) | 48º | 0.02% | 0.8% | - |
XYZ | 55.94 | 59.01 | 61.87 | - |
YUV | 201.84 | 125.83 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 202 | 198 | 0 | 0.00 | 0.02 | 0.20 | 48 | 0.05 | 0.79 |
Hex | CB | CA | C6 | 0 | 0 | 2 | 14 | 30 | 5 | 4F |
Octal | 313 | 312 | 306 | 0 | 0 | 2 | 24 | 60 | 5 | 117 |
Binary | 11001011 | 11001010 | 11000110 | 0 | 0 | 10 | 10100 | 110000 | 101 | 1001111 |
Color Harmonies of #CBCAC6
Complementary color
Monochromatic Colors of #CBCAC6
Black with #CBCAC6
Text Example
Text Example
White with #CBCAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCAC6; }
p { color: rgb(203,202,198); }
H1.HeaderClassName
{
color: #CBCAC6;
}
.AnyTagClassName
{
color: #CBCAC6;
}
</style>
background-color css
<style>
a { background-color: #CBCAC6; }
a { background-color: rgb(203,202,198); }
div.DivClassName
{
background-color: #CBCAC6;
}
.BgClassName
{
background-color: #CBCAC6;
}
</style>
border-color css
<style>
span { border-color: #CBCAC6; }
span { border-color: rgb(203,202,198); }
td.TdClassName
{
border-color: #CBCAC6;
}
.TagClassName
{
border-color: #CBCAC6;
}
</style>