Shades of Putty #CFA878
Tints of Putty #CFA878
RGB
CMYK
RGB Variations
Color information
#CFA878 (or 0xCFA878) is known color: Putty. HEX triplet: CF, A8 and 78. RGB value is (207,168,120). Sum of RGB (Red+Green+Blue) = 207+168+120=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA878 is #305787. Grayscale: #AEAEAE. Windows color (decimal): -3168136 or 7907535. OLE color: 7907535.
HSL color Cylindrical-coordinate representation of color #CFA878: hue angle of 33.1º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFA878 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 120 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.19 |
| HSL | 33.1º | 0.48% | 0.64% | - |
| HSV(B) | 33.1º | 0.42% | 0.81% | - |
| XYZ | 43.12 | 42.63 | 23.72 | - |
| YUV | 174.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 120 | 0 | 0.19 | 0.42 | 0.19 | 33.1 | 0.48 | 0.64 |
| Hex | CF | A8 | 78 | 0 | 13 | 2A | 13 | 21 | 30 | 40 |
| Octal | 317 | 250 | 170 | 0 | 23 | 52 | 23 | 41 | 60 | 100 |
| Binary | 11001111 | 10101000 | 1111000 | 0 | 10011 | 101010 | 10011 | 100001 | 110000 | 1000000 |
Color Harmonies of #CFA878
Complementary color
Monochromatic Colors of #CFA878
Black with #CFA878
Text Example
Text Example
White with #CFA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA878; }
p { color: rgb(207,168,120); }
H1.HeaderClassName
{
color: #CFA878;
}
.AnyTagClassName
{
color: #CFA878;
}
</style>
background-color css
<style>
a { background-color: #CFA878; }
a { background-color: rgb(207,168,120); }
div.DivClassName
{
background-color: #CFA878;
}
.BgClassName
{
background-color: #CFA878;
}
</style>
border-color css
<style>
span { border-color: #CFA878; }
span { border-color: rgb(207,168,120); }
td.TdClassName
{
border-color: #CFA878;
}
.TagClassName
{
border-color: #CFA878;
}
</style>