Html Css Color HEX #CFC49D Double Spanish White
📋 copy color: '#CFC49D'red 207 ◦ green 196 ◦ blue 157
Shades of Double Spanish White #CFC49D
Tints of Double Spanish White #CFC49D
RGB
CMYK
RGB Variations
Color information
#CFC49D (or 0xCFC49D) is known color: Double Spanish White. HEX triplet: CF, C4 and 9D. RGB value is (207,196,157). Sum of RGB (Red+Green+Blue) = 207+196+157=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC49D is #303B62. Grayscale: #C3C3C3. Windows color (decimal): -3160931 or 10339535. OLE color: 10339535.
HSL color Cylindrical-coordinate representation of color #CFC49D: hue angle of 46.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFC49D is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 157 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.19 |
| HSL | 46.8º | 0.34% | 0.71% | - |
| HSV(B) | 46.8º | 0.24% | 0.81% | - |
| XYZ | 51.56 | 55.18 | 39.83 | - |
| YUV | 194.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 157 | 0 | 0.05 | 0.24 | 0.19 | 46.8 | 0.34 | 0.71 |
| Hex | CF | C4 | 9D | 0 | 5 | 18 | 13 | 2F | 22 | 47 |
| Octal | 317 | 304 | 235 | 0 | 5 | 30 | 23 | 57 | 42 | 107 |
| Binary | 11001111 | 11000100 | 10011101 | 0 | 101 | 11000 | 10011 | 101111 | 100010 | 1000111 |
Color Harmonies of #CFC49D
Complementary color
Monochromatic Colors of #CFC49D
Black with #CFC49D
Text Example
Text Example
White with #CFC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC49D; }
p { color: rgb(207,196,157); }
H1.HeaderClassName
{
color: #CFC49D;
}
.AnyTagClassName
{
color: #CFC49D;
}
</style>
background-color css
<style>
a { background-color: #CFC49D; }
a { background-color: rgb(207,196,157); }
div.DivClassName
{
background-color: #CFC49D;
}
.BgClassName
{
background-color: #CFC49D;
}
</style>
border-color css
<style>
span { border-color: #CFC49D; }
span { border-color: rgb(207,196,157); }
td.TdClassName
{
border-color: #CFC49D;
}
.TagClassName
{
border-color: #CFC49D;
}
</style>