Html Css Color HEX #CFC59E Double Spanish White
📋 copy color: '#CFC59E'red 207 ◦ green 197 ◦ blue 158
Shades of Double Spanish White #CFC59E
Tints of Double Spanish White #CFC59E
RGB
CMYK
RGB Variations
Color information
#CFC59E (or 0xCFC59E) is known color: Double Spanish White. HEX triplet: CF, C5 and 9E. RGB value is (207,197,158). Sum of RGB (Red+Green+Blue) = 207+197+158=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC59E is #303A61. Grayscale: #C3C3C3. Windows color (decimal): -3160674 or 10405327. OLE color: 10405327.
HSL color Cylindrical-coordinate representation of color #CFC59E: hue angle of 47.76º 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 #CFC59E is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 158 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.19 |
| HSL | 47.76º | 0.34% | 0.72% | - |
| HSV(B) | 47.76º | 0.24% | 0.81% | - |
| XYZ | 51.87 | 55.67 | 40.36 | - |
| YUV | 195.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 158 | 0 | 0.05 | 0.24 | 0.19 | 47.76 | 0.34 | 0.72 |
| Hex | CF | C5 | 9E | 0 | 5 | 18 | 13 | 30 | 22 | 48 |
| Octal | 317 | 305 | 236 | 0 | 5 | 30 | 23 | 60 | 42 | 110 |
| Binary | 11001111 | 11000101 | 10011110 | 0 | 101 | 11000 | 10011 | 110000 | 100010 | 1001000 |
Color Harmonies of #CFC59E
Complementary color
Monochromatic Colors of #CFC59E
Black with #CFC59E
Text Example
Text Example
White with #CFC59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC59E; }
p { color: rgb(207,197,158); }
H1.HeaderClassName
{
color: #CFC59E;
}
.AnyTagClassName
{
color: #CFC59E;
}
</style>
background-color css
<style>
a { background-color: #CFC59E; }
a { background-color: rgb(207,197,158); }
div.DivClassName
{
background-color: #CFC59E;
}
.BgClassName
{
background-color: #CFC59E;
}
</style>
border-color css
<style>
span { border-color: #CFC59E; }
span { border-color: rgb(207,197,158); }
td.TdClassName
{
border-color: #CFC59E;
}
.TagClassName
{
border-color: #CFC59E;
}
</style>