Shades of Quill Grey #CCCBC4
Tints of Quill Grey #CCCBC4
RGB
CMYK
RGB Variations
Color information
#CCCBC4 (or 0xCCCBC4) is known color: Quill Grey. HEX triplet: CC, CB and C4. RGB value is (204,203,196). Sum of RGB (Red+Green+Blue) = 204+203+196=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBC4 is #33343B. Grayscale: #CACACA. Windows color (decimal): -3355708 or 12897228. OLE color: 12897228.
HSL color Cylindrical-coordinate representation of color #CCCBC4: hue angle of 52.5º degrees, saturation: 0.07, 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 #CCCBC4 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 203 | 196 | - |
CMYK | 0 | 0.00 | 0.04 | 0.2 |
HSL | 52.5º | 0.07% | 0.78% | - |
HSV(B) | 52.5º | 0.04% | 0.8% | - |
XYZ | 56.22 | 59.53 | 60.75 | - |
YUV | 202.5 | 124.33 | 129.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 203 | 196 | 0 | 0.00 | 0.04 | 0.2 | 52.5 | 0.07 | 0.78 |
Hex | CC | CB | C4 | 0 | 0 | 4 | 14 | 34 | 7 | 4E |
Octal | 314 | 313 | 304 | 0 | 0 | 4 | 24 | 64 | 7 | 116 |
Binary | 11001100 | 11001011 | 11000100 | 0 | 0 | 100 | 10100 | 110100 | 111 | 1001110 |
Color Harmonies of #CCCBC4
Complementary color
Monochromatic Colors of #CCCBC4
Black with #CCCBC4
Text Example
Text Example
White with #CCCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBC4; }
p { color: rgb(204,203,196); }
H1.HeaderClassName
{
color: #CCCBC4;
}
.AnyTagClassName
{
color: #CCCBC4;
}
</style>
background-color css
<style>
a { background-color: #CCCBC4; }
a { background-color: rgb(204,203,196); }
div.DivClassName
{
background-color: #CCCBC4;
}
.BgClassName
{
background-color: #CCCBC4;
}
</style>
border-color css
<style>
span { border-color: #CCCBC4; }
span { border-color: rgb(204,203,196); }
td.TdClassName
{
border-color: #CCCBC4;
}
.TagClassName
{
border-color: #CCCBC4;
}
</style>