Html Css Color HEX #CFC095 Double Spanish White
📋 copy color: '#CFC095'red 207 ◦ green 192 ◦ blue 149
Shades of Double Spanish White #CFC095
Tints of Double Spanish White #CFC095
RGB
CMYK
RGB Variations
Color information
#CFC095 (or 0xCFC095) is known color: Double Spanish White. HEX triplet: CF, C0 and 95. RGB value is (207,192,149). Sum of RGB (Red+Green+Blue) = 207+192+149=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC095 is #303F6A. Grayscale: #BFBFBF. Windows color (decimal): -3161963 or 9814223. OLE color: 9814223.
HSL color Cylindrical-coordinate representation of color #CFC095: hue angle of 44.48º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFC095 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 149 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.19 |
| HSL | 44.48º | 0.38% | 0.7% | - |
| HSV(B) | 44.48º | 0.28% | 0.81% | - |
| XYZ | 50.01 | 53.13 | 36.05 | - |
| YUV | 191.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 149 | 0 | 0.07 | 0.28 | 0.19 | 44.48 | 0.38 | 0.7 |
| Hex | CF | C0 | 95 | 0 | 7 | 1C | 13 | 2C | 26 | 46 |
| Octal | 317 | 300 | 225 | 0 | 7 | 34 | 23 | 54 | 46 | 106 |
| Binary | 11001111 | 11000000 | 10010101 | 0 | 111 | 11100 | 10011 | 101100 | 100110 | 1000110 |
Color Harmonies of #CFC095
Complementary color
Monochromatic Colors of #CFC095
Black with #CFC095
Text Example
Text Example
White with #CFC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC095; }
p { color: rgb(207,192,149); }
H1.HeaderClassName
{
color: #CFC095;
}
.AnyTagClassName
{
color: #CFC095;
}
</style>
background-color css
<style>
a { background-color: #CFC095; }
a { background-color: rgb(207,192,149); }
div.DivClassName
{
background-color: #CFC095;
}
.BgClassName
{
background-color: #CFC095;
}
</style>
border-color css
<style>
span { border-color: #CFC095; }
span { border-color: rgb(207,192,149); }
td.TdClassName
{
border-color: #CFC095;
}
.TagClassName
{
border-color: #CFC095;
}
</style>