Html Css Color HEX #CFC7A5 Double Spanish White
📋 copy color: '#CFC7A5'red 207 ◦ green 199 ◦ blue 165
Shades of Double Spanish White #CFC7A5
Tints of Double Spanish White #CFC7A5
RGB
CMYK
RGB Variations
Color information
#CFC7A5 (or 0xCFC7A5) is known color: Double Spanish White. HEX triplet: CF, C7 and A5. RGB value is (207,199,165). Sum of RGB (Red+Green+Blue) = 207+199+165=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC7A5 is #30385A. Grayscale: #C5C5C5. Windows color (decimal): -3160155 or 10864591. OLE color: 10864591.
HSL color Cylindrical-coordinate representation of color #CFC7A5: hue angle of 48.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFC7A5 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 165 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.19 |
| HSL | 48.57º | 0.3% | 0.73% | - |
| HSV(B) | 48.57º | 0.2% | 0.81% | - |
| XYZ | 52.95 | 56.83 | 43.78 | - |
| YUV | 197.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 165 | 0 | 0.04 | 0.20 | 0.19 | 48.57 | 0.3 | 0.73 |
| Hex | CF | C7 | A5 | 0 | 4 | 14 | 13 | 31 | 1E | 49 |
| Octal | 317 | 307 | 245 | 0 | 4 | 24 | 23 | 61 | 36 | 111 |
| Binary | 11001111 | 11000111 | 10100101 | 0 | 100 | 10100 | 10011 | 110001 | 11110 | 1001001 |
Color Harmonies of #CFC7A5
Complementary color
Monochromatic Colors of #CFC7A5
Black with #CFC7A5
Text Example
Text Example
White with #CFC7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7A5; }
p { color: rgb(207,199,165); }
H1.HeaderClassName
{
color: #CFC7A5;
}
.AnyTagClassName
{
color: #CFC7A5;
}
</style>
background-color css
<style>
a { background-color: #CFC7A5; }
a { background-color: rgb(207,199,165); }
div.DivClassName
{
background-color: #CFC7A5;
}
.BgClassName
{
background-color: #CFC7A5;
}
</style>
border-color css
<style>
span { border-color: #CFC7A5; }
span { border-color: rgb(207,199,165); }
td.TdClassName
{
border-color: #CFC7A5;
}
.TagClassName
{
border-color: #CFC7A5;
}
</style>