Shades of Quill Grey #CCCBC3
Tints of Quill Grey #CCCBC3
RGB
CMYK
RGB Variations
Color information
#CCCBC3 (or 0xCCCBC3) is known color: Quill Grey. HEX triplet: CC, CB and C3. RGB value is (204,203,195). Sum of RGB (Red+Green+Blue) = 204+203+195=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBC3 is #33343C. Grayscale: #CACACA. Windows color (decimal): -3355709 or 12831692. OLE color: 12831692.
HSL color Cylindrical-coordinate representation of color #CCCBC3: 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 #CCCBC3 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 203 | 195 | - |
CMYK | 0 | 0.00 | 0.04 | 0.2 |
HSL | 53.33º | 0.08% | 0.78% | - |
HSV(B) | 53.33º | 0.04% | 0.8% | - |
XYZ | 56.11 | 59.49 | 60.16 | - |
YUV | 202.39 | 123.83 | 129.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 203 | 195 | 0 | 0.00 | 0.04 | 0.2 | 53.33 | 0.08 | 0.78 |
Hex | CC | CB | C3 | 0 | 0 | 4 | 14 | 35 | 8 | 4E |
Octal | 314 | 313 | 303 | 0 | 0 | 4 | 24 | 65 | 10 | 116 |
Binary | 11001100 | 11001011 | 11000011 | 0 | 0 | 100 | 10100 | 110101 | 1000 | 1001110 |
Color Harmonies of #CCCBC3
Complementary color
Monochromatic Colors of #CCCBC3
Black with #CCCBC3
Text Example
Text Example
White with #CCCBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBC3; }
p { color: rgb(204,203,195); }
H1.HeaderClassName
{
color: #CCCBC3;
}
.AnyTagClassName
{
color: #CCCBC3;
}
</style>
background-color css
<style>
a { background-color: #CCCBC3; }
a { background-color: rgb(204,203,195); }
div.DivClassName
{
background-color: #CCCBC3;
}
.BgClassName
{
background-color: #CCCBC3;
}
</style>
border-color css
<style>
span { border-color: #CCCBC3; }
span { border-color: rgb(204,203,195); }
td.TdClassName
{
border-color: #CCCBC3;
}
.TagClassName
{
border-color: #CCCBC3;
}
</style>