Html Css Color HEX #CFC199 Double Spanish White
📋 copy color: '#CFC199'red 207 ◦ green 193 ◦ blue 153
Shades of Double Spanish White #CFC199
Tints of Double Spanish White #CFC199
RGB
CMYK
RGB Variations
Color information
#CFC199 (or 0xCFC199) is known color: Double Spanish White. HEX triplet: CF, C1 and 99. RGB value is (207,193,153). Sum of RGB (Red+Green+Blue) = 207+193+153=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC199 is #303E66. Grayscale: #C0C0C0. Windows color (decimal): -3161703 or 10076623. OLE color: 10076623.
HSL color Cylindrical-coordinate representation of color #CFC199: hue angle of 44.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFC199 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 153 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.19 |
| HSL | 44.44º | 0.36% | 0.71% | - |
| HSV(B) | 44.44º | 0.26% | 0.81% | - |
| XYZ | 50.55 | 53.71 | 37.84 | - |
| YUV | 192.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 153 | 0 | 0.07 | 0.26 | 0.19 | 44.44 | 0.36 | 0.71 |
| Hex | CF | C1 | 99 | 0 | 7 | 1A | 13 | 2C | 24 | 47 |
| Octal | 317 | 301 | 231 | 0 | 7 | 32 | 23 | 54 | 44 | 107 |
| Binary | 11001111 | 11000001 | 10011001 | 0 | 111 | 11010 | 10011 | 101100 | 100100 | 1000111 |
Color Harmonies of #CFC199
Complementary color
Monochromatic Colors of #CFC199
Black with #CFC199
Text Example
Text Example
White with #CFC199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC199; }
p { color: rgb(207,193,153); }
H1.HeaderClassName
{
color: #CFC199;
}
.AnyTagClassName
{
color: #CFC199;
}
</style>
background-color css
<style>
a { background-color: #CFC199; }
a { background-color: rgb(207,193,153); }
div.DivClassName
{
background-color: #CFC199;
}
.BgClassName
{
background-color: #CFC199;
}
</style>
border-color css
<style>
span { border-color: #CFC199; }
span { border-color: rgb(207,193,153); }
td.TdClassName
{
border-color: #CFC199;
}
.TagClassName
{
border-color: #CFC199;
}
</style>