Shades of Quill Grey #CBCAC1
Tints of Quill Grey #CBCAC1
RGB
CMYK
RGB Variations
Color information
#CBCAC1 (or 0xCBCAC1) is known color: Quill Grey. HEX triplet: CB, CA and C1. RGB value is (203,202,193). Sum of RGB (Red+Green+Blue) = 203+202+193=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAC1 is #34353E. Grayscale: #C9C9C9. Windows color (decimal): -3421503 or 12700363. OLE color: 12700363.
HSL color Cylindrical-coordinate representation of color #CBCAC1: hue angle of 54º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBCAC1 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 202 | 193 | - |
CMYK | 0 | 0.00 | 0.05 | 0.20 |
HSL | 54º | 0.09% | 0.78% | - |
HSV(B) | 54º | 0.05% | 0.8% | - |
XYZ | 55.37 | 58.79 | 58.88 | - |
YUV | 201.27 | 123.33 | 129.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 202 | 193 | 0 | 0.00 | 0.05 | 0.20 | 54 | 0.09 | 0.78 |
Hex | CB | CA | C1 | 0 | 0 | 5 | 14 | 36 | 9 | 4E |
Octal | 313 | 312 | 301 | 0 | 0 | 5 | 24 | 66 | 11 | 116 |
Binary | 11001011 | 11001010 | 11000001 | 0 | 0 | 101 | 10100 | 110110 | 1001 | 1001110 |
Color Harmonies of #CBCAC1
Complementary color
Monochromatic Colors of #CBCAC1
Black with #CBCAC1
Text Example
Text Example
White with #CBCAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCAC1; }
p { color: rgb(203,202,193); }
H1.HeaderClassName
{
color: #CBCAC1;
}
.AnyTagClassName
{
color: #CBCAC1;
}
</style>
background-color css
<style>
a { background-color: #CBCAC1; }
a { background-color: rgb(203,202,193); }
div.DivClassName
{
background-color: #CBCAC1;
}
.BgClassName
{
background-color: #CBCAC1;
}
</style>
border-color css
<style>
span { border-color: #CBCAC1; }
span { border-color: rgb(203,202,193); }
td.TdClassName
{
border-color: #CBCAC1;
}
.TagClassName
{
border-color: #CBCAC1;
}
</style>