Html Css Color HEX #CFC49E Double Spanish White
📋 copy color: '#CFC49E'red 207 ◦ green 196 ◦ blue 158
Shades of Double Spanish White #CFC49E
Tints of Double Spanish White #CFC49E
RGB
CMYK
RGB Variations
Color information
#CFC49E (or 0xCFC49E) is known color: Double Spanish White. HEX triplet: CF, C4 and 9E. RGB value is (207,196,158). Sum of RGB (Red+Green+Blue) = 207+196+158=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC49E is #303B61. Grayscale: #C3C3C3. Windows color (decimal): -3160930 or 10405071. OLE color: 10405071.
HSL color Cylindrical-coordinate representation of color #CFC49E: hue angle of 46.53º 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 #CFC49E is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 158 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.19 |
| HSL | 46.53º | 0.34% | 0.72% | - |
| HSV(B) | 46.53º | 0.24% | 0.81% | - |
| XYZ | 51.64 | 55.21 | 40.28 | - |
| YUV | 194.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 158 | 0 | 0.05 | 0.24 | 0.19 | 46.53 | 0.34 | 0.72 |
| Hex | CF | C4 | 9E | 0 | 5 | 18 | 13 | 2F | 22 | 48 |
| Octal | 317 | 304 | 236 | 0 | 5 | 30 | 23 | 57 | 42 | 110 |
| Binary | 11001111 | 11000100 | 10011110 | 0 | 101 | 11000 | 10011 | 101111 | 100010 | 1001000 |
Color Harmonies of #CFC49E
Complementary color
Monochromatic Colors of #CFC49E
Black with #CFC49E
Text Example
Text Example
White with #CFC49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC49E; }
p { color: rgb(207,196,158); }
H1.HeaderClassName
{
color: #CFC49E;
}
.AnyTagClassName
{
color: #CFC49E;
}
</style>
background-color css
<style>
a { background-color: #CFC49E; }
a { background-color: rgb(207,196,158); }
div.DivClassName
{
background-color: #CFC49E;
}
.BgClassName
{
background-color: #CFC49E;
}
</style>
border-color css
<style>
span { border-color: #CFC49E; }
span { border-color: rgb(207,196,158); }
td.TdClassName
{
border-color: #CFC49E;
}
.TagClassName
{
border-color: #CFC49E;
}
</style>