Html Css Color HEX #CFC3A0 Double Spanish White
📋 copy color: '#CFC3A0'red 207 ◦ green 195 ◦ blue 160
Shades of Double Spanish White #CFC3A0
Tints of Double Spanish White #CFC3A0
RGB
CMYK
RGB Variations
Color information
#CFC3A0 (or 0xCFC3A0) is known color: Double Spanish White. HEX triplet: CF, C3 and A0. RGB value is (207,195,160). Sum of RGB (Red+Green+Blue) = 207+195+160=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC3A0 is #303C5F. Grayscale: #C2C2C2. Windows color (decimal): -3161184 or 10535887. OLE color: 10535887.
HSL color Cylindrical-coordinate representation of color #CFC3A0: hue angle of 44.68º 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 #CFC3A0 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 160 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.19 |
| HSL | 44.68º | 0.33% | 0.72% | - |
| HSV(B) | 44.68º | 0.23% | 0.81% | - |
| XYZ | 51.59 | 54.83 | 41.12 | - |
| YUV | 194.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 160 | 0 | 0.06 | 0.23 | 0.19 | 44.68 | 0.33 | 0.72 |
| Hex | CF | C3 | A0 | 0 | 6 | 17 | 13 | 2D | 21 | 48 |
| Octal | 317 | 303 | 240 | 0 | 6 | 27 | 23 | 55 | 41 | 110 |
| Binary | 11001111 | 11000011 | 10100000 | 0 | 110 | 10111 | 10011 | 101101 | 100001 | 1001000 |
Color Harmonies of #CFC3A0
Complementary color
Monochromatic Colors of #CFC3A0
Black with #CFC3A0
Text Example
Text Example
White with #CFC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3A0; }
p { color: rgb(207,195,160); }
H1.HeaderClassName
{
color: #CFC3A0;
}
.AnyTagClassName
{
color: #CFC3A0;
}
</style>
background-color css
<style>
a { background-color: #CFC3A0; }
a { background-color: rgb(207,195,160); }
div.DivClassName
{
background-color: #CFC3A0;
}
.BgClassName
{
background-color: #CFC3A0;
}
</style>
border-color css
<style>
span { border-color: #CFC3A0; }
span { border-color: rgb(207,195,160); }
td.TdClassName
{
border-color: #CFC3A0;
}
.TagClassName
{
border-color: #CFC3A0;
}
</style>