Html Css Color HEX #CFC4A0 Double Spanish White
📋 copy color: '#CFC4A0'red 207 ◦ green 196 ◦ blue 160
Shades of Double Spanish White #CFC4A0
Tints of Double Spanish White #CFC4A0
RGB
CMYK
RGB Variations
Color information
#CFC4A0 (or 0xCFC4A0) is known color: Double Spanish White. HEX triplet: CF, C4 and A0. RGB value is (207,196,160). Sum of RGB (Red+Green+Blue) = 207+196+160=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC4A0 is #303B5F. Grayscale: #C3C3C3. Windows color (decimal): -3160928 or 10536143. OLE color: 10536143.
HSL color Cylindrical-coordinate representation of color #CFC4A0: hue angle of 45.96º 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 #CFC4A0 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 160 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.19 |
| HSL | 45.96º | 0.33% | 0.72% | - |
| HSV(B) | 45.96º | 0.23% | 0.81% | - |
| XYZ | 51.82 | 55.28 | 41.2 | - |
| YUV | 195.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 160 | 0 | 0.05 | 0.23 | 0.19 | 45.96 | 0.33 | 0.72 |
| Hex | CF | C4 | A0 | 0 | 5 | 17 | 13 | 2E | 21 | 48 |
| Octal | 317 | 304 | 240 | 0 | 5 | 27 | 23 | 56 | 41 | 110 |
| Binary | 11001111 | 11000100 | 10100000 | 0 | 101 | 10111 | 10011 | 101110 | 100001 | 1001000 |
Color Harmonies of #CFC4A0
Complementary color
Monochromatic Colors of #CFC4A0
Black with #CFC4A0
Text Example
Text Example
White with #CFC4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4A0; }
p { color: rgb(207,196,160); }
H1.HeaderClassName
{
color: #CFC4A0;
}
.AnyTagClassName
{
color: #CFC4A0;
}
</style>
background-color css
<style>
a { background-color: #CFC4A0; }
a { background-color: rgb(207,196,160); }
div.DivClassName
{
background-color: #CFC4A0;
}
.BgClassName
{
background-color: #CFC4A0;
}
</style>
border-color css
<style>
span { border-color: #CFC4A0; }
span { border-color: rgb(207,196,160); }
td.TdClassName
{
border-color: #CFC4A0;
}
.TagClassName
{
border-color: #CFC4A0;
}
</style>