Shades of Quill Grey #CCCBC6
Tints of Quill Grey #CCCBC6
RGB
CMYK
RGB Variations
Color information
#CCCBC6 (or 0xCCCBC6) is known color: Quill Grey. HEX triplet: CC, CB and C6. RGB value is (204,203,198). Sum of RGB (Red+Green+Blue) = 204+203+198=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBC6 is #333439. Grayscale: #CACACA. Windows color (decimal): -3355706 or 13028300. OLE color: 13028300.
HSL color Cylindrical-coordinate representation of color #CCCBC6: hue angle of 50º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCBC6 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 203 | 198 | - |
CMYK | 0 | 0.00 | 0.03 | 0.2 |
HSL | 50º | 0.06% | 0.79% | - |
HSV(B) | 50º | 0.03% | 0.8% | - |
XYZ | 56.45 | 59.63 | 61.96 | - |
YUV | 202.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 203 | 198 | 0 | 0.00 | 0.03 | 0.2 | 50 | 0.06 | 0.79 |
Hex | CC | CB | C6 | 0 | 0 | 3 | 14 | 32 | 6 | 4F |
Octal | 314 | 313 | 306 | 0 | 0 | 3 | 24 | 62 | 6 | 117 |
Binary | 11001100 | 11001011 | 11000110 | 0 | 0 | 11 | 10100 | 110010 | 110 | 1001111 |
Color Harmonies of #CCCBC6
Complementary color
Monochromatic Colors of #CCCBC6
Black with #CCCBC6
Text Example
Text Example
White with #CCCBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBC6; }
p { color: rgb(204,203,198); }
H1.HeaderClassName
{
color: #CCCBC6;
}
.AnyTagClassName
{
color: #CCCBC6;
}
</style>
background-color css
<style>
a { background-color: #CCCBC6; }
a { background-color: rgb(204,203,198); }
div.DivClassName
{
background-color: #CCCBC6;
}
.BgClassName
{
background-color: #CCCBC6;
}
</style>
border-color css
<style>
span { border-color: #CCCBC6; }
span { border-color: rgb(204,203,198); }
td.TdClassName
{
border-color: #CCCBC6;
}
.TagClassName
{
border-color: #CCCBC6;
}
</style>