Html Css Color HEX #CFC096 Double Spanish White
📋 copy color: '#CFC096'red 207 ◦ green 192 ◦ blue 150
Shades of Double Spanish White #CFC096
Tints of Double Spanish White #CFC096
RGB
CMYK
RGB Variations
Color information
#CFC096 (or 0xCFC096) is known color: Double Spanish White. HEX triplet: CF, C0 and 96. RGB value is (207,192,150). Sum of RGB (Red+Green+Blue) = 207+192+150=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC096 is #303F69. Grayscale: #BFBFBF. Windows color (decimal): -3161962 or 9879759. OLE color: 9879759.
HSL color Cylindrical-coordinate representation of color #CFC096: hue angle of 44.21º degrees, saturation: 0.37, 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 #CFC096 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 150 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.19 |
| HSL | 44.21º | 0.37% | 0.7% | - |
| HSV(B) | 44.21º | 0.28% | 0.81% | - |
| XYZ | 50.09 | 53.17 | 36.48 | - |
| YUV | 191.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 150 | 0 | 0.07 | 0.28 | 0.19 | 44.21 | 0.37 | 0.7 |
| Hex | CF | C0 | 96 | 0 | 7 | 1C | 13 | 2C | 25 | 46 |
| Octal | 317 | 300 | 226 | 0 | 7 | 34 | 23 | 54 | 45 | 106 |
| Binary | 11001111 | 11000000 | 10010110 | 0 | 111 | 11100 | 10011 | 101100 | 100101 | 1000110 |
Color Harmonies of #CFC096
Complementary color
Monochromatic Colors of #CFC096
Black with #CFC096
Text Example
Text Example
White with #CFC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC096; }
p { color: rgb(207,192,150); }
H1.HeaderClassName
{
color: #CFC096;
}
.AnyTagClassName
{
color: #CFC096;
}
</style>
background-color css
<style>
a { background-color: #CFC096; }
a { background-color: rgb(207,192,150); }
div.DivClassName
{
background-color: #CFC096;
}
.BgClassName
{
background-color: #CFC096;
}
</style>
border-color css
<style>
span { border-color: #CFC096; }
span { border-color: rgb(207,192,150); }
td.TdClassName
{
border-color: #CFC096;
}
.TagClassName
{
border-color: #CFC096;
}
</style>