Html Css Color HEX #CFC4AA Double Spanish White
📋 copy color: '#CFC4AA'red 207 ◦ green 196 ◦ blue 170
Shades of Double Spanish White #CFC4AA
Tints of Double Spanish White #CFC4AA
RGB
CMYK
RGB Variations
Color information
#CFC4AA (or 0xCFC4AA) is known color: Double Spanish White. HEX triplet: CF, C4 and AA. RGB value is (207,196,170). Sum of RGB (Red+Green+Blue) = 207+196+170=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC4AA is #303B55. Grayscale: #C4C4C4. Windows color (decimal): -3160918 or 11191503. OLE color: 11191503.
HSL color Cylindrical-coordinate representation of color #CFC4AA: hue angle of 42.16º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFC4AA is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 170 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.19 |
| HSL | 42.16º | 0.28% | 0.74% | - |
| HSV(B) | 42.16º | 0.18% | 0.81% | - |
| XYZ | 52.73 | 55.65 | 45.99 | - |
| YUV | 196.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 170 | 0 | 0.05 | 0.18 | 0.19 | 42.16 | 0.28 | 0.74 |
| Hex | CF | C4 | AA | 0 | 5 | 12 | 13 | 2A | 1C | 4A |
| Octal | 317 | 304 | 252 | 0 | 5 | 22 | 23 | 52 | 34 | 112 |
| Binary | 11001111 | 11000100 | 10101010 | 0 | 101 | 10010 | 10011 | 101010 | 11100 | 1001010 |
Color Harmonies of #CFC4AA
Complementary color
Monochromatic Colors of #CFC4AA
Black with #CFC4AA
Text Example
Text Example
White with #CFC4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4AA; }
p { color: rgb(207,196,170); }
H1.HeaderClassName
{
color: #CFC4AA;
}
.AnyTagClassName
{
color: #CFC4AA;
}
</style>
background-color css
<style>
a { background-color: #CFC4AA; }
a { background-color: rgb(207,196,170); }
div.DivClassName
{
background-color: #CFC4AA;
}
.BgClassName
{
background-color: #CFC4AA;
}
</style>
border-color css
<style>
span { border-color: #CFC4AA; }
span { border-color: rgb(207,196,170); }
td.TdClassName
{
border-color: #CFC4AA;
}
.TagClassName
{
border-color: #CFC4AA;
}
</style>