Shades of Putty #CFAF78
Tints of Putty #CFAF78
RGB
CMYK
RGB Variations
Color information
#CFAF78 (or 0xCFAF78) is known color: Putty. HEX triplet: CF, AF and 78. RGB value is (207,175,120). Sum of RGB (Red+Green+Blue) = 207+175+120=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF78 is #305087. Grayscale: #B2B2B2. Windows color (decimal): -3166344 or 7909327. OLE color: 7909327.
HSL color Cylindrical-coordinate representation of color #CFAF78: hue angle of 37.93º 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 #CFAF78 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 120 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.19 |
| HSL | 37.93º | 0.48% | 0.64% | - |
| HSV(B) | 37.93º | 0.42% | 0.81% | - |
| XYZ | 44.45 | 45.28 | 24.17 | - |
| YUV | 178.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 120 | 0 | 0.15 | 0.42 | 0.19 | 37.93 | 0.48 | 0.64 |
| Hex | CF | AF | 78 | 0 | F | 2A | 13 | 26 | 30 | 40 |
| Octal | 317 | 257 | 170 | 0 | 17 | 52 | 23 | 46 | 60 | 100 |
| Binary | 11001111 | 10101111 | 1111000 | 0 | 1111 | 101010 | 10011 | 100110 | 110000 | 1000000 |
Color Harmonies of #CFAF78
Complementary color
Monochromatic Colors of #CFAF78
Black with #CFAF78
Text Example
Text Example
White with #CFAF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF78; }
p { color: rgb(207,175,120); }
H1.HeaderClassName
{
color: #CFAF78;
}
.AnyTagClassName
{
color: #CFAF78;
}
</style>
background-color css
<style>
a { background-color: #CFAF78; }
a { background-color: rgb(207,175,120); }
div.DivClassName
{
background-color: #CFAF78;
}
.BgClassName
{
background-color: #CFAF78;
}
</style>
border-color css
<style>
span { border-color: #CFAF78; }
span { border-color: rgb(207,175,120); }
td.TdClassName
{
border-color: #CFAF78;
}
.TagClassName
{
border-color: #CFAF78;
}
</style>