Shades of Putty #CFAF7B
Tints of Putty #CFAF7B
RGB
CMYK
RGB Variations
Color information
#CFAF7B (or 0xCFAF7B) is known color: Putty. HEX triplet: CF, AF and 7B. RGB value is (207,175,123). Sum of RGB (Red+Green+Blue) = 207+175+123=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF7B is #305084. Grayscale: #B2B2B2. Windows color (decimal): -3166341 or 8105935. OLE color: 8105935.
HSL color Cylindrical-coordinate representation of color #CFAF7B: hue angle of 37.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFAF7B is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 123 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.19 |
| HSL | 37.14º | 0.47% | 0.65% | - |
| HSV(B) | 37.14º | 0.41% | 0.81% | - |
| XYZ | 44.64 | 45.36 | 25.14 | - |
| YUV | 178.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 123 | 0 | 0.15 | 0.41 | 0.19 | 37.14 | 0.47 | 0.65 |
| Hex | CF | AF | 7B | 0 | F | 29 | 13 | 25 | 2F | 41 |
| Octal | 317 | 257 | 173 | 0 | 17 | 51 | 23 | 45 | 57 | 101 |
| Binary | 11001111 | 10101111 | 1111011 | 0 | 1111 | 101001 | 10011 | 100101 | 101111 | 1000001 |
Color Harmonies of #CFAF7B
Complementary color
Monochromatic Colors of #CFAF7B
Black with #CFAF7B
Text Example
Text Example
White with #CFAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF7B; }
p { color: rgb(207,175,123); }
H1.HeaderClassName
{
color: #CFAF7B;
}
.AnyTagClassName
{
color: #CFAF7B;
}
</style>
background-color css
<style>
a { background-color: #CFAF7B; }
a { background-color: rgb(207,175,123); }
div.DivClassName
{
background-color: #CFAF7B;
}
.BgClassName
{
background-color: #CFAF7B;
}
</style>
border-color css
<style>
span { border-color: #CFAF7B; }
span { border-color: rgb(207,175,123); }
td.TdClassName
{
border-color: #CFAF7B;
}
.TagClassName
{
border-color: #CFAF7B;
}
</style>