Html Css Color HEX #CFC0A2 Double Spanish White
📋 copy color: '#CFC0A2'red 207 ◦ green 192 ◦ blue 162
Shades of Double Spanish White #CFC0A2
Tints of Double Spanish White #CFC0A2
RGB
CMYK
RGB Variations
Color information
#CFC0A2 (or 0xCFC0A2) is known color: Double Spanish White. HEX triplet: CF, C0 and A2. RGB value is (207,192,162). Sum of RGB (Red+Green+Blue) = 207+192+162=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC0A2 is #303F5D. Grayscale: #C1C1C1. Windows color (decimal): -3161950 or 10666191. OLE color: 10666191.
HSL color Cylindrical-coordinate representation of color #CFC0A2: hue angle of 40º 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 #CFC0A2 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 162 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.19 |
| HSL | 40º | 0.32% | 0.72% | - |
| HSV(B) | 40º | 0.22% | 0.81% | - |
| XYZ | 51.1 | 53.57 | 41.83 | - |
| YUV | 193.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 162 | 0 | 0.07 | 0.22 | 0.19 | 40 | 0.32 | 0.72 |
| Hex | CF | C0 | A2 | 0 | 7 | 16 | 13 | 28 | 20 | 48 |
| Octal | 317 | 300 | 242 | 0 | 7 | 26 | 23 | 50 | 40 | 110 |
| Binary | 11001111 | 11000000 | 10100010 | 0 | 111 | 10110 | 10011 | 101000 | 100000 | 1001000 |
Color Harmonies of #CFC0A2
Complementary color
Monochromatic Colors of #CFC0A2
Black with #CFC0A2
Text Example
Text Example
White with #CFC0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0A2; }
p { color: rgb(207,192,162); }
H1.HeaderClassName
{
color: #CFC0A2;
}
.AnyTagClassName
{
color: #CFC0A2;
}
</style>
background-color css
<style>
a { background-color: #CFC0A2; }
a { background-color: rgb(207,192,162); }
div.DivClassName
{
background-color: #CFC0A2;
}
.BgClassName
{
background-color: #CFC0A2;
}
</style>
border-color css
<style>
span { border-color: #CFC0A2; }
span { border-color: rgb(207,192,162); }
td.TdClassName
{
border-color: #CFC0A2;
}
.TagClassName
{
border-color: #CFC0A2;
}
</style>