Html Css Color HEX #CFC0A0 Double Spanish White
📋 copy color: '#CFC0A0'red 207 ◦ green 192 ◦ blue 160
Shades of Double Spanish White #CFC0A0
Tints of Double Spanish White #CFC0A0
RGB
CMYK
RGB Variations
Color information
#CFC0A0 (or 0xCFC0A0) is known color: Double Spanish White. HEX triplet: CF, C0 and A0. RGB value is (207,192,160). Sum of RGB (Red+Green+Blue) = 207+192+160=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC0A0 is #303F5F. Grayscale: #C0C0C0. Windows color (decimal): -3161952 or 10535119. OLE color: 10535119.
HSL color Cylindrical-coordinate representation of color #CFC0A0: hue angle of 40.85º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFC0A0 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 160 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.19 |
| HSL | 40.85º | 0.33% | 0.72% | - |
| HSV(B) | 40.85º | 0.23% | 0.81% | - |
| XYZ | 50.93 | 53.5 | 40.9 | - |
| YUV | 192.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 160 | 0 | 0.07 | 0.23 | 0.19 | 40.85 | 0.33 | 0.72 |
| Hex | CF | C0 | A0 | 0 | 7 | 17 | 13 | 29 | 21 | 48 |
| Octal | 317 | 300 | 240 | 0 | 7 | 27 | 23 | 51 | 41 | 110 |
| Binary | 11001111 | 11000000 | 10100000 | 0 | 111 | 10111 | 10011 | 101001 | 100001 | 1001000 |
Color Harmonies of #CFC0A0
Complementary color
Monochromatic Colors of #CFC0A0
Black with #CFC0A0
Text Example
Text Example
White with #CFC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0A0; }
p { color: rgb(207,192,160); }
H1.HeaderClassName
{
color: #CFC0A0;
}
.AnyTagClassName
{
color: #CFC0A0;
}
</style>
background-color css
<style>
a { background-color: #CFC0A0; }
a { background-color: rgb(207,192,160); }
div.DivClassName
{
background-color: #CFC0A0;
}
.BgClassName
{
background-color: #CFC0A0;
}
</style>
border-color css
<style>
span { border-color: #CFC0A0; }
span { border-color: rgb(207,192,160); }
td.TdClassName
{
border-color: #CFC0A0;
}
.TagClassName
{
border-color: #CFC0A0;
}
</style>