Shades of Quill Grey #CDCAC2
Tints of Quill Grey #CDCAC2
RGB
CMYK
RGB Variations
Color information
#CDCAC2 (or 0xCDCAC2) is known color: Quill Grey. HEX triplet: CD, CA and C2. RGB value is (205,202,194). Sum of RGB (Red+Green+Blue) = 205+202+194=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCAC2 is #32353D. Grayscale: #CACACA. Windows color (decimal): -3290430 or 12765901. OLE color: 12765901.
HSL color Cylindrical-coordinate representation of color #CDCAC2: hue angle of 43.64º degrees, saturation: 0.1, 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 #CDCAC2 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 202 | 194 | - |
CMYK | 0 | 0.01 | 0.05 | 0.20 |
HSL | 43.64º | 0.1% | 0.78% | - |
HSV(B) | 43.64º | 0.05% | 0.8% | - |
XYZ | 56.03 | 59.12 | 59.5 | - |
YUV | 201.99 | 123.49 | 130.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 202 | 194 | 0 | 0.01 | 0.05 | 0.20 | 43.64 | 0.1 | 0.78 |
Hex | CD | CA | C2 | 0 | 1 | 5 | 14 | 2C | A | 4E |
Octal | 315 | 312 | 302 | 0 | 1 | 5 | 24 | 54 | 12 | 116 |
Binary | 11001101 | 11001010 | 11000010 | 0 | 1 | 101 | 10100 | 101100 | 1010 | 1001110 |
Color Harmonies of #CDCAC2
Complementary color
Monochromatic Colors of #CDCAC2
Black with #CDCAC2
Text Example
Text Example
White with #CDCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCAC2; }
p { color: rgb(205,202,194); }
H1.HeaderClassName
{
color: #CDCAC2;
}
.AnyTagClassName
{
color: #CDCAC2;
}
</style>
background-color css
<style>
a { background-color: #CDCAC2; }
a { background-color: rgb(205,202,194); }
div.DivClassName
{
background-color: #CDCAC2;
}
.BgClassName
{
background-color: #CDCAC2;
}
</style>
border-color css
<style>
span { border-color: #CDCAC2; }
span { border-color: rgb(205,202,194); }
td.TdClassName
{
border-color: #CDCAC2;
}
.TagClassName
{
border-color: #CDCAC2;
}
</style>