Html Css Color HEX #CFC49F Double Spanish White
📋 copy color: '#CFC49F'red 207 ◦ green 196 ◦ blue 159
Shades of Double Spanish White #CFC49F
Tints of Double Spanish White #CFC49F
RGB
CMYK
RGB Variations
Color information
#CFC49F (or 0xCFC49F) is known color: Double Spanish White. HEX triplet: CF, C4 and 9F. RGB value is (207,196,159). Sum of RGB (Red+Green+Blue) = 207+196+159=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC49F is #303B60. Grayscale: #C3C3C3. Windows color (decimal): -3160929 or 10470607. OLE color: 10470607.
HSL color Cylindrical-coordinate representation of color #CFC49F: hue angle of 46.25º 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 #CFC49F is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 159 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.19 |
| HSL | 46.25º | 0.33% | 0.72% | - |
| HSV(B) | 46.25º | 0.23% | 0.81% | - |
| XYZ | 51.73 | 55.25 | 40.74 | - |
| YUV | 195.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 159 | 0 | 0.05 | 0.23 | 0.19 | 46.25 | 0.33 | 0.72 |
| Hex | CF | C4 | 9F | 0 | 5 | 17 | 13 | 2E | 21 | 48 |
| Octal | 317 | 304 | 237 | 0 | 5 | 27 | 23 | 56 | 41 | 110 |
| Binary | 11001111 | 11000100 | 10011111 | 0 | 101 | 10111 | 10011 | 101110 | 100001 | 1001000 |
Color Harmonies of #CFC49F
Complementary color
Monochromatic Colors of #CFC49F
Black with #CFC49F
Text Example
Text Example
White with #CFC49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC49F; }
p { color: rgb(207,196,159); }
H1.HeaderClassName
{
color: #CFC49F;
}
.AnyTagClassName
{
color: #CFC49F;
}
</style>
background-color css
<style>
a { background-color: #CFC49F; }
a { background-color: rgb(207,196,159); }
div.DivClassName
{
background-color: #CFC49F;
}
.BgClassName
{
background-color: #CFC49F;
}
</style>
border-color css
<style>
span { border-color: #CFC49F; }
span { border-color: rgb(207,196,159); }
td.TdClassName
{
border-color: #CFC49F;
}
.TagClassName
{
border-color: #CFC49F;
}
</style>