Html Css Color HEX #CFC2A0 Double Spanish White
📋 copy color: '#CFC2A0'red 207 ◦ green 194 ◦ blue 160
Shades of Double Spanish White #CFC2A0
Tints of Double Spanish White #CFC2A0
RGB
CMYK
RGB Variations
Color information
#CFC2A0 (or 0xCFC2A0) is known color: Double Spanish White. HEX triplet: CF, C2 and A0. RGB value is (207,194,160). Sum of RGB (Red+Green+Blue) = 207+194+160=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC2A0 is #303D5F. Grayscale: #C2C2C2. Windows color (decimal): -3161440 or 10535631. OLE color: 10535631.
HSL color Cylindrical-coordinate representation of color #CFC2A0: hue angle of 43.4º 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 #CFC2A0 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 160 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.19 |
| HSL | 43.4º | 0.33% | 0.72% | - |
| HSV(B) | 43.4º | 0.23% | 0.81% | - |
| XYZ | 51.37 | 54.39 | 41.05 | - |
| YUV | 194.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 160 | 0 | 0.06 | 0.23 | 0.19 | 43.4 | 0.33 | 0.72 |
| Hex | CF | C2 | A0 | 0 | 6 | 17 | 13 | 2B | 21 | 48 |
| Octal | 317 | 302 | 240 | 0 | 6 | 27 | 23 | 53 | 41 | 110 |
| Binary | 11001111 | 11000010 | 10100000 | 0 | 110 | 10111 | 10011 | 101011 | 100001 | 1001000 |
Color Harmonies of #CFC2A0
Complementary color
Monochromatic Colors of #CFC2A0
Black with #CFC2A0
Text Example
Text Example
White with #CFC2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2A0; }
p { color: rgb(207,194,160); }
H1.HeaderClassName
{
color: #CFC2A0;
}
.AnyTagClassName
{
color: #CFC2A0;
}
</style>
background-color css
<style>
a { background-color: #CFC2A0; }
a { background-color: rgb(207,194,160); }
div.DivClassName
{
background-color: #CFC2A0;
}
.BgClassName
{
background-color: #CFC2A0;
}
</style>
border-color css
<style>
span { border-color: #CFC2A0; }
span { border-color: rgb(207,194,160); }
td.TdClassName
{
border-color: #CFC2A0;
}
.TagClassName
{
border-color: #CFC2A0;
}
</style>