Html Css Color HEX #CFC39F Double Spanish White
📋 copy color: '#CFC39F'red 207 ◦ green 195 ◦ blue 159
Shades of Double Spanish White #CFC39F
Tints of Double Spanish White #CFC39F
RGB
CMYK
RGB Variations
Color information
#CFC39F (or 0xCFC39F) is known color: Double Spanish White. HEX triplet: CF, C3 and 9F. RGB value is (207,195,159). Sum of RGB (Red+Green+Blue) = 207+195+159=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC39F is #303C60. Grayscale: #C2C2C2. Windows color (decimal): -3161185 or 10470351. OLE color: 10470351.
HSL color Cylindrical-coordinate representation of color #CFC39F: hue angle of 45º 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 #CFC39F is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 159 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.19 |
| HSL | 45º | 0.33% | 0.72% | - |
| HSV(B) | 45º | 0.23% | 0.81% | - |
| XYZ | 51.51 | 54.8 | 40.66 | - |
| YUV | 194.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 159 | 0 | 0.06 | 0.23 | 0.19 | 45 | 0.33 | 0.72 |
| Hex | CF | C3 | 9F | 0 | 6 | 17 | 13 | 2D | 21 | 48 |
| Octal | 317 | 303 | 237 | 0 | 6 | 27 | 23 | 55 | 41 | 110 |
| Binary | 11001111 | 11000011 | 10011111 | 0 | 110 | 10111 | 10011 | 101101 | 100001 | 1001000 |
Color Harmonies of #CFC39F
Complementary color
Monochromatic Colors of #CFC39F
Black with #CFC39F
Text Example
Text Example
White with #CFC39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC39F; }
p { color: rgb(207,195,159); }
H1.HeaderClassName
{
color: #CFC39F;
}
.AnyTagClassName
{
color: #CFC39F;
}
</style>
background-color css
<style>
a { background-color: #CFC39F; }
a { background-color: rgb(207,195,159); }
div.DivClassName
{
background-color: #CFC39F;
}
.BgClassName
{
background-color: #CFC39F;
}
</style>
border-color css
<style>
span { border-color: #CFC39F; }
span { border-color: rgb(207,195,159); }
td.TdClassName
{
border-color: #CFC39F;
}
.TagClassName
{
border-color: #CFC39F;
}
</style>