Html Css Color HEX #CFC6A1 Double Spanish White
📋 copy color: '#CFC6A1'red 207 ◦ green 198 ◦ blue 161
Shades of Double Spanish White #CFC6A1
Tints of Double Spanish White #CFC6A1
RGB
CMYK
RGB Variations
Color information
#CFC6A1 (or 0xCFC6A1) is known color: Double Spanish White. HEX triplet: CF, C6 and A1. RGB value is (207,198,161). Sum of RGB (Red+Green+Blue) = 207+198+161=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC6A1 is #30395E. Grayscale: #C4C4C4. Windows color (decimal): -3160415 or 10602191. OLE color: 10602191.
HSL color Cylindrical-coordinate representation of color #CFC6A1: hue angle of 48.26º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFC6A1 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 161 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.19 |
| HSL | 48.26º | 0.32% | 0.72% | - |
| HSV(B) | 48.26º | 0.22% | 0.81% | - |
| XYZ | 52.36 | 56.23 | 41.81 | - |
| YUV | 196.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 161 | 0 | 0.04 | 0.22 | 0.19 | 48.26 | 0.32 | 0.72 |
| Hex | CF | C6 | A1 | 0 | 4 | 16 | 13 | 30 | 20 | 48 |
| Octal | 317 | 306 | 241 | 0 | 4 | 26 | 23 | 60 | 40 | 110 |
| Binary | 11001111 | 11000110 | 10100001 | 0 | 100 | 10110 | 10011 | 110000 | 100000 | 1001000 |
Color Harmonies of #CFC6A1
Complementary color
Monochromatic Colors of #CFC6A1
Black with #CFC6A1
Text Example
Text Example
White with #CFC6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6A1; }
p { color: rgb(207,198,161); }
H1.HeaderClassName
{
color: #CFC6A1;
}
.AnyTagClassName
{
color: #CFC6A1;
}
</style>
background-color css
<style>
a { background-color: #CFC6A1; }
a { background-color: rgb(207,198,161); }
div.DivClassName
{
background-color: #CFC6A1;
}
.BgClassName
{
background-color: #CFC6A1;
}
</style>
border-color css
<style>
span { border-color: #CFC6A1; }
span { border-color: rgb(207,198,161); }
td.TdClassName
{
border-color: #CFC6A1;
}
.TagClassName
{
border-color: #CFC6A1;
}
</style>