Html Css Color HEX #CFC197 Double Spanish White
📋 copy color: '#CFC197'red 207 ◦ green 193 ◦ blue 151
Shades of Double Spanish White #CFC197
Tints of Double Spanish White #CFC197
RGB
CMYK
RGB Variations
Color information
#CFC197 (or 0xCFC197) is known color: Double Spanish White. HEX triplet: CF, C1 and 97. RGB value is (207,193,151). Sum of RGB (Red+Green+Blue) = 207+193+151=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC197 is #303E68. Grayscale: #C0C0C0. Windows color (decimal): -3161705 or 9945551. OLE color: 9945551.
HSL color Cylindrical-coordinate representation of color #CFC197: hue angle of 45º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFC197 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 151 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.19 |
| HSL | 45º | 0.37% | 0.7% | - |
| HSV(B) | 45º | 0.27% | 0.81% | - |
| XYZ | 50.39 | 53.64 | 36.98 | - |
| YUV | 192.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 151 | 0 | 0.07 | 0.27 | 0.19 | 45 | 0.37 | 0.7 |
| Hex | CF | C1 | 97 | 0 | 7 | 1B | 13 | 2D | 25 | 46 |
| Octal | 317 | 301 | 227 | 0 | 7 | 33 | 23 | 55 | 45 | 106 |
| Binary | 11001111 | 11000001 | 10010111 | 0 | 111 | 11011 | 10011 | 101101 | 100101 | 1000110 |
Color Harmonies of #CFC197
Complementary color
Monochromatic Colors of #CFC197
Black with #CFC197
Text Example
Text Example
White with #CFC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC197; }
p { color: rgb(207,193,151); }
H1.HeaderClassName
{
color: #CFC197;
}
.AnyTagClassName
{
color: #CFC197;
}
</style>
background-color css
<style>
a { background-color: #CFC197; }
a { background-color: rgb(207,193,151); }
div.DivClassName
{
background-color: #CFC197;
}
.BgClassName
{
background-color: #CFC197;
}
</style>
border-color css
<style>
span { border-color: #CFC197; }
span { border-color: rgb(207,193,151); }
td.TdClassName
{
border-color: #CFC197;
}
.TagClassName
{
border-color: #CFC197;
}
</style>