Html Css Color HEX #CFC5A8 Double Spanish White
📋 copy color: '#CFC5A8'red 207 ◦ green 197 ◦ blue 168
Shades of Double Spanish White #CFC5A8
Tints of Double Spanish White #CFC5A8
RGB
CMYK
RGB Variations
Color information
#CFC5A8 (or 0xCFC5A8) is known color: Double Spanish White. HEX triplet: CF, C5 and A8. RGB value is (207,197,168). Sum of RGB (Red+Green+Blue) = 207+197+168=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC5A8 is #303A57. Grayscale: #C4C4C4. Windows color (decimal): -3160664 or 11060687. OLE color: 11060687.
HSL color Cylindrical-coordinate representation of color #CFC5A8: hue angle of 44.62º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFC5A8 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 197 | 168 | - |
CMYK | 0 | 0.05 | 0.19 | 0.19 |
HSL | 44.62º | 0.29% | 0.74% | - |
HSV(B) | 44.62º | 0.19% | 0.81% | - |
XYZ | 52.77 | 56.03 | 45.08 | - |
YUV | 196.68 | 111.81 | 135.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 197 | 168 | 0 | 0.05 | 0.19 | 0.19 | 44.62 | 0.29 | 0.74 |
Hex | CF | C5 | A8 | 0 | 5 | 13 | 13 | 2D | 1D | 4A |
Octal | 317 | 305 | 250 | 0 | 5 | 23 | 23 | 55 | 35 | 112 |
Binary | 11001111 | 11000101 | 10101000 | 0 | 101 | 10011 | 10011 | 101101 | 11101 | 1001010 |
Color Harmonies of #CFC5A8
Complementary color
Monochromatic Colors of #CFC5A8
Black with #CFC5A8
Text Example
Text Example
White with #CFC5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5A8; }
p { color: rgb(207,197,168); }
H1.HeaderClassName
{
color: #CFC5A8;
}
.AnyTagClassName
{
color: #CFC5A8;
}
</style>
background-color css
<style>
a { background-color: #CFC5A8; }
a { background-color: rgb(207,197,168); }
div.DivClassName
{
background-color: #CFC5A8;
}
.BgClassName
{
background-color: #CFC5A8;
}
</style>
border-color css
<style>
span { border-color: #CFC5A8; }
span { border-color: rgb(207,197,168); }
td.TdClassName
{
border-color: #CFC5A8;
}
.TagClassName
{
border-color: #CFC5A8;
}
</style>