Html Css Color HEX #CFC19D Double Spanish White
📋 copy color: '#CFC19D'red 207 ◦ green 193 ◦ blue 157
Shades of Double Spanish White #CFC19D
Tints of Double Spanish White #CFC19D
RGB
CMYK
RGB Variations
Color information
#CFC19D (or 0xCFC19D) is known color: Double Spanish White. HEX triplet: CF, C1 and 9D. RGB value is (207,193,157). Sum of RGB (Red+Green+Blue) = 207+193+157=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC19D is #303E62. Grayscale: #C1C1C1. Windows color (decimal): -3161699 or 10338767. OLE color: 10338767.
HSL color Cylindrical-coordinate representation of color #CFC19D: hue angle of 43.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFC19D is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 157 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.19 |
| HSL | 43.2º | 0.34% | 0.71% | - |
| HSV(B) | 43.2º | 0.24% | 0.81% | - |
| XYZ | 50.89 | 53.84 | 39.61 | - |
| YUV | 193.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 157 | 0 | 0.07 | 0.24 | 0.19 | 43.2 | 0.34 | 0.71 |
| Hex | CF | C1 | 9D | 0 | 7 | 18 | 13 | 2B | 22 | 47 |
| Octal | 317 | 301 | 235 | 0 | 7 | 30 | 23 | 53 | 42 | 107 |
| Binary | 11001111 | 11000001 | 10011101 | 0 | 111 | 11000 | 10011 | 101011 | 100010 | 1000111 |
Color Harmonies of #CFC19D
Complementary color
Monochromatic Colors of #CFC19D
Black with #CFC19D
Text Example
Text Example
White with #CFC19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC19D; }
p { color: rgb(207,193,157); }
H1.HeaderClassName
{
color: #CFC19D;
}
.AnyTagClassName
{
color: #CFC19D;
}
</style>
background-color css
<style>
a { background-color: #CFC19D; }
a { background-color: rgb(207,193,157); }
div.DivClassName
{
background-color: #CFC19D;
}
.BgClassName
{
background-color: #CFC19D;
}
</style>
border-color css
<style>
span { border-color: #CFC19D; }
span { border-color: rgb(207,193,157); }
td.TdClassName
{
border-color: #CFC19D;
}
.TagClassName
{
border-color: #CFC19D;
}
</style>