Html Css Color HEX #CFC09E Double Spanish White
📋 copy color: '#CFC09E'red 207 ◦ green 192 ◦ blue 158
Shades of Double Spanish White #CFC09E
Tints of Double Spanish White #CFC09E
RGB
CMYK
RGB Variations
Color information
#CFC09E (or 0xCFC09E) is known color: Double Spanish White. HEX triplet: CF, C0 and 9E. RGB value is (207,192,158). Sum of RGB (Red+Green+Blue) = 207+192+158=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC09E is #303F61. Grayscale: #C0C0C0. Windows color (decimal): -3161954 or 10404047. OLE color: 10404047.
HSL color Cylindrical-coordinate representation of color #CFC09E: hue angle of 41.63º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFC09E is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 158 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.19 |
| HSL | 41.63º | 0.34% | 0.72% | - |
| HSV(B) | 41.63º | 0.24% | 0.81% | - |
| XYZ | 50.75 | 53.43 | 39.99 | - |
| YUV | 192.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 158 | 0 | 0.07 | 0.24 | 0.19 | 41.63 | 0.34 | 0.72 |
| Hex | CF | C0 | 9E | 0 | 7 | 18 | 13 | 2A | 22 | 48 |
| Octal | 317 | 300 | 236 | 0 | 7 | 30 | 23 | 52 | 42 | 110 |
| Binary | 11001111 | 11000000 | 10011110 | 0 | 111 | 11000 | 10011 | 101010 | 100010 | 1001000 |
Color Harmonies of #CFC09E
Complementary color
Monochromatic Colors of #CFC09E
Black with #CFC09E
Text Example
Text Example
White with #CFC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC09E; }
p { color: rgb(207,192,158); }
H1.HeaderClassName
{
color: #CFC09E;
}
.AnyTagClassName
{
color: #CFC09E;
}
</style>
background-color css
<style>
a { background-color: #CFC09E; }
a { background-color: rgb(207,192,158); }
div.DivClassName
{
background-color: #CFC09E;
}
.BgClassName
{
background-color: #CFC09E;
}
</style>
border-color css
<style>
span { border-color: #CFC09E; }
span { border-color: rgb(207,192,158); }
td.TdClassName
{
border-color: #CFC09E;
}
.TagClassName
{
border-color: #CFC09E;
}
</style>