Html Css Color HEX #CFC5A6 Double Spanish White
📋 copy color: '#CFC5A6'red 207 ◦ green 197 ◦ blue 166
Shades of Double Spanish White #CFC5A6
Tints of Double Spanish White #CFC5A6
RGB
CMYK
RGB Variations
Color information
#CFC5A6 (or 0xCFC5A6) is known color: Double Spanish White. HEX triplet: CF, C5 and A6. RGB value is (207,197,166). Sum of RGB (Red+Green+Blue) = 207+197+166=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC5A6 is #303A59. Grayscale: #C4C4C4. Windows color (decimal): -3160666 or 10929615. OLE color: 10929615.
HSL color Cylindrical-coordinate representation of color #CFC5A6: hue angle of 45.37º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFC5A6 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 166 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.19 |
| HSL | 45.37º | 0.3% | 0.73% | - |
| HSV(B) | 45.37º | 0.2% | 0.81% | - |
| XYZ | 52.58 | 55.95 | 44.1 | - |
| YUV | 196.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 166 | 0 | 0.05 | 0.20 | 0.19 | 45.37 | 0.3 | 0.73 |
| Hex | CF | C5 | A6 | 0 | 5 | 14 | 13 | 2D | 1E | 49 |
| Octal | 317 | 305 | 246 | 0 | 5 | 24 | 23 | 55 | 36 | 111 |
| Binary | 11001111 | 11000101 | 10100110 | 0 | 101 | 10100 | 10011 | 101101 | 11110 | 1001001 |
Color Harmonies of #CFC5A6
Complementary color
Monochromatic Colors of #CFC5A6
Black with #CFC5A6
Text Example
Text Example
White with #CFC5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5A6; }
p { color: rgb(207,197,166); }
H1.HeaderClassName
{
color: #CFC5A6;
}
.AnyTagClassName
{
color: #CFC5A6;
}
</style>
background-color css
<style>
a { background-color: #CFC5A6; }
a { background-color: rgb(207,197,166); }
div.DivClassName
{
background-color: #CFC5A6;
}
.BgClassName
{
background-color: #CFC5A6;
}
</style>
border-color css
<style>
span { border-color: #CFC5A6; }
span { border-color: rgb(207,197,166); }
td.TdClassName
{
border-color: #CFC5A6;
}
.TagClassName
{
border-color: #CFC5A6;
}
</style>