Html Css Color HEX #CFC09F Double Spanish White
📋 copy color: '#CFC09F'red 207 ◦ green 192 ◦ blue 159
Shades of Double Spanish White #CFC09F
Tints of Double Spanish White #CFC09F
RGB
CMYK
RGB Variations
Color information
#CFC09F (or 0xCFC09F) is known color: Double Spanish White. HEX triplet: CF, C0 and 9F. RGB value is (207,192,159). Sum of RGB (Red+Green+Blue) = 207+192+159=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC09F is #303F60. Grayscale: #C0C0C0. Windows color (decimal): -3161953 or 10469583. OLE color: 10469583.
HSL color Cylindrical-coordinate representation of color #CFC09F: hue angle of 41.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 #CFC09F is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 159 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.19 |
| HSL | 41.25º | 0.33% | 0.72% | - |
| HSV(B) | 41.25º | 0.23% | 0.81% | - |
| XYZ | 50.84 | 53.47 | 40.44 | - |
| YUV | 192.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 159 | 0 | 0.07 | 0.23 | 0.19 | 41.25 | 0.33 | 0.72 |
| Hex | CF | C0 | 9F | 0 | 7 | 17 | 13 | 29 | 21 | 48 |
| Octal | 317 | 300 | 237 | 0 | 7 | 27 | 23 | 51 | 41 | 110 |
| Binary | 11001111 | 11000000 | 10011111 | 0 | 111 | 10111 | 10011 | 101001 | 100001 | 1001000 |
Color Harmonies of #CFC09F
Complementary color
Monochromatic Colors of #CFC09F
Black with #CFC09F
Text Example
Text Example
White with #CFC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC09F; }
p { color: rgb(207,192,159); }
H1.HeaderClassName
{
color: #CFC09F;
}
.AnyTagClassName
{
color: #CFC09F;
}
</style>
background-color css
<style>
a { background-color: #CFC09F; }
a { background-color: rgb(207,192,159); }
div.DivClassName
{
background-color: #CFC09F;
}
.BgClassName
{
background-color: #CFC09F;
}
</style>
border-color css
<style>
span { border-color: #CFC09F; }
span { border-color: rgb(207,192,159); }
td.TdClassName
{
border-color: #CFC09F;
}
.TagClassName
{
border-color: #CFC09F;
}
</style>