Shades of Putty #CFA96B
Tints of Putty #CFA96B
RGB
CMYK
RGB Variations
Color information
#CFA96B (or 0xCFA96B) is known color: Putty. HEX triplet: CF, A9 and 6B. RGB value is (207,169,107). Sum of RGB (Red+Green+Blue) = 207+169+107=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA96B is #305694. Grayscale: #ADADAD. Windows color (decimal): -3167893 or 7055823. OLE color: 7055823.
HSL color Cylindrical-coordinate representation of color #CFA96B: hue angle of 37.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFA96B is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 107 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.19 |
| HSL | 37.2º | 0.51% | 0.62% | - |
| HSV(B) | 37.2º | 0.48% | 0.81% | - |
| XYZ | 42.57 | 42.7 | 19.91 | - |
| YUV | 173.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 107 | 0 | 0.18 | 0.48 | 0.19 | 37.2 | 0.51 | 0.62 |
| Hex | CF | A9 | 6B | 0 | 12 | 30 | 13 | 25 | 33 | 3E |
| Octal | 317 | 251 | 153 | 0 | 22 | 60 | 23 | 45 | 63 | 76 |
| Binary | 11001111 | 10101001 | 1101011 | 0 | 10010 | 110000 | 10011 | 100101 | 110011 | 111110 |
Color Harmonies of #CFA96B
Complementary color
Monochromatic Colors of #CFA96B
Black with #CFA96B
Text Example
Text Example
White with #CFA96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA96B; }
p { color: rgb(207,169,107); }
H1.HeaderClassName
{
color: #CFA96B;
}
.AnyTagClassName
{
color: #CFA96B;
}
</style>
background-color css
<style>
a { background-color: #CFA96B; }
a { background-color: rgb(207,169,107); }
div.DivClassName
{
background-color: #CFA96B;
}
.BgClassName
{
background-color: #CFA96B;
}
</style>
border-color css
<style>
span { border-color: #CFA96B; }
span { border-color: rgb(207,169,107); }
td.TdClassName
{
border-color: #CFA96B;
}
.TagClassName
{
border-color: #CFA96B;
}
</style>