Html Css Color HEX #CFC19F Double Spanish White
📋 copy color: '#CFC19F'red 207 ◦ green 193 ◦ blue 159
Shades of Double Spanish White #CFC19F
Tints of Double Spanish White #CFC19F
RGB
CMYK
RGB Variations
Color information
#CFC19F (or 0xCFC19F) is known color: Double Spanish White. HEX triplet: CF, C1 and 9F. RGB value is (207,193,159). Sum of RGB (Red+Green+Blue) = 207+193+159=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC19F is #303E60. Grayscale: #C1C1C1. Windows color (decimal): -3161697 or 10469839. OLE color: 10469839.
HSL color Cylindrical-coordinate representation of color #CFC19F: hue angle of 42.5º 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 #CFC19F is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 159 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.19 |
| HSL | 42.5º | 0.33% | 0.72% | - |
| HSV(B) | 42.5º | 0.23% | 0.81% | - |
| XYZ | 51.06 | 53.91 | 40.52 | - |
| YUV | 193.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 159 | 0 | 0.07 | 0.23 | 0.19 | 42.5 | 0.33 | 0.72 |
| Hex | CF | C1 | 9F | 0 | 7 | 17 | 13 | 2A | 21 | 48 |
| Octal | 317 | 301 | 237 | 0 | 7 | 27 | 23 | 52 | 41 | 110 |
| Binary | 11001111 | 11000001 | 10011111 | 0 | 111 | 10111 | 10011 | 101010 | 100001 | 1001000 |
Color Harmonies of #CFC19F
Complementary color
Monochromatic Colors of #CFC19F
Black with #CFC19F
Text Example
Text Example
White with #CFC19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC19F; }
p { color: rgb(207,193,159); }
H1.HeaderClassName
{
color: #CFC19F;
}
.AnyTagClassName
{
color: #CFC19F;
}
</style>
background-color css
<style>
a { background-color: #CFC19F; }
a { background-color: rgb(207,193,159); }
div.DivClassName
{
background-color: #CFC19F;
}
.BgClassName
{
background-color: #CFC19F;
}
</style>
border-color css
<style>
span { border-color: #CFC19F; }
span { border-color: rgb(207,193,159); }
td.TdClassName
{
border-color: #CFC19F;
}
.TagClassName
{
border-color: #CFC19F;
}
</style>