Html Css Color HEX #CFBF9F Double Spanish White
📋 copy color: '#CFBF9F'red 207 ◦ green 191 ◦ blue 159
Shades of Double Spanish White #CFBF9F
Tints of Double Spanish White #CFBF9F
RGB
CMYK
RGB Variations
Color information
#CFBF9F (or 0xCFBF9F) is known color: Double Spanish White. HEX triplet: CF, BF and 9F. RGB value is (207,191,159). Sum of RGB (Red+Green+Blue) = 207+191+159=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBF9F is #304060. Grayscale: #C0C0C0. Windows color (decimal): -3162209 or 10469327. OLE color: 10469327.
HSL color Cylindrical-coordinate representation of color #CFBF9F: hue angle of 40º 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 #CFBF9F is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 159 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.19 |
| HSL | 40º | 0.33% | 0.72% | - |
| HSV(B) | 40º | 0.23% | 0.81% | - |
| XYZ | 50.62 | 53.03 | 40.37 | - |
| YUV | 192.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 159 | 0 | 0.08 | 0.23 | 0.19 | 40 | 0.33 | 0.72 |
| Hex | CF | BF | 9F | 0 | 8 | 17 | 13 | 28 | 21 | 48 |
| Octal | 317 | 277 | 237 | 0 | 10 | 27 | 23 | 50 | 41 | 110 |
| Binary | 11001111 | 10111111 | 10011111 | 0 | 1000 | 10111 | 10011 | 101000 | 100001 | 1001000 |
Color Harmonies of #CFBF9F
Complementary color
Monochromatic Colors of #CFBF9F
Black with #CFBF9F
Text Example
Text Example
White with #CFBF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF9F; }
p { color: rgb(207,191,159); }
H1.HeaderClassName
{
color: #CFBF9F;
}
.AnyTagClassName
{
color: #CFBF9F;
}
</style>
background-color css
<style>
a { background-color: #CFBF9F; }
a { background-color: rgb(207,191,159); }
div.DivClassName
{
background-color: #CFBF9F;
}
.BgClassName
{
background-color: #CFBF9F;
}
</style>
border-color css
<style>
span { border-color: #CFBF9F; }
span { border-color: rgb(207,191,159); }
td.TdClassName
{
border-color: #CFBF9F;
}
.TagClassName
{
border-color: #CFBF9F;
}
</style>