Html Css Color HEX #CFC19E Double Spanish White
📋 copy color: '#CFC19E'red 207 ◦ green 193 ◦ blue 158
Shades of Double Spanish White #CFC19E
Tints of Double Spanish White #CFC19E
RGB
CMYK
RGB Variations
Color information
#CFC19E (or 0xCFC19E) is known color: Double Spanish White. HEX triplet: CF, C1 and 9E. RGB value is (207,193,158). Sum of RGB (Red+Green+Blue) = 207+193+158=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC19E is #303E61. Grayscale: #C1C1C1. Windows color (decimal): -3161698 or 10404303. OLE color: 10404303.
HSL color Cylindrical-coordinate representation of color #CFC19E: hue angle of 42.86º 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 #CFC19E is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 158 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.19 |
| HSL | 42.86º | 0.34% | 0.72% | - |
| HSV(B) | 42.86º | 0.24% | 0.81% | - |
| XYZ | 50.97 | 53.87 | 40.06 | - |
| YUV | 193.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 158 | 0 | 0.07 | 0.24 | 0.19 | 42.86 | 0.34 | 0.72 |
| Hex | CF | C1 | 9E | 0 | 7 | 18 | 13 | 2B | 22 | 48 |
| Octal | 317 | 301 | 236 | 0 | 7 | 30 | 23 | 53 | 42 | 110 |
| Binary | 11001111 | 11000001 | 10011110 | 0 | 111 | 11000 | 10011 | 101011 | 100010 | 1001000 |
Color Harmonies of #CFC19E
Complementary color
Monochromatic Colors of #CFC19E
Black with #CFC19E
Text Example
Text Example
White with #CFC19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC19E; }
p { color: rgb(207,193,158); }
H1.HeaderClassName
{
color: #CFC19E;
}
.AnyTagClassName
{
color: #CFC19E;
}
</style>
background-color css
<style>
a { background-color: #CFC19E; }
a { background-color: rgb(207,193,158); }
div.DivClassName
{
background-color: #CFC19E;
}
.BgClassName
{
background-color: #CFC19E;
}
</style>
border-color css
<style>
span { border-color: #CFC19E; }
span { border-color: rgb(207,193,158); }
td.TdClassName
{
border-color: #CFC19E;
}
.TagClassName
{
border-color: #CFC19E;
}
</style>