Shades of Putty #CFAF68
Tints of Putty #CFAF68
RGB
CMYK
RGB Variations
Color information
#CFAF68 (or 0xCFAF68) is known color: Putty. HEX triplet: CF, AF and 68. RGB value is (207,175,104). Sum of RGB (Red+Green+Blue) = 207+175+104=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF68 is #305097. Grayscale: #B0B0B0. Windows color (decimal): -3166360 or 6860751. OLE color: 6860751.
HSL color Cylindrical-coordinate representation of color #CFAF68: hue angle of 41.36º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFAF68 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 104 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.19 |
| HSL | 41.36º | 0.52% | 0.61% | - |
| HSV(B) | 41.36º | 0.5% | 0.81% | - |
| XYZ | 43.56 | 44.92 | 19.47 | - |
| YUV | 176.47 | 87.1 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 104 | 0 | 0.15 | 0.50 | 0.19 | 41.36 | 0.52 | 0.61 |
| Hex | CF | AF | 68 | 0 | F | 32 | 13 | 29 | 34 | 3D |
| Octal | 317 | 257 | 150 | 0 | 17 | 62 | 23 | 51 | 64 | 75 |
| Binary | 11001111 | 10101111 | 1101000 | 0 | 1111 | 110010 | 10011 | 101001 | 110100 | 111101 |
Color Harmonies of #CFAF68
Complementary color
Monochromatic Colors of #CFAF68
Black with #CFAF68
Text Example
Text Example
White with #CFAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF68; }
p { color: rgb(207,175,104); }
H1.HeaderClassName
{
color: #CFAF68;
}
.AnyTagClassName
{
color: #CFAF68;
}
</style>
background-color css
<style>
a { background-color: #CFAF68; }
a { background-color: rgb(207,175,104); }
div.DivClassName
{
background-color: #CFAF68;
}
.BgClassName
{
background-color: #CFAF68;
}
</style>
border-color css
<style>
span { border-color: #CFAF68; }
span { border-color: rgb(207,175,104); }
td.TdClassName
{
border-color: #CFAF68;
}
.TagClassName
{
border-color: #CFAF68;
}
</style>