Shades of Putty #CFAF6B
Tints of Putty #CFAF6B
RGB
CMYK
RGB Variations
Color information
#CFAF6B (or 0xCFAF6B) is known color: Putty. HEX triplet: CF, AF and 6B. RGB value is (207,175,107). Sum of RGB (Red+Green+Blue) = 207+175+107=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF6B is #305094. Grayscale: #B1B1B1. Windows color (decimal): -3166357 or 7057359. OLE color: 7057359.
HSL color Cylindrical-coordinate representation of color #CFAF6B: hue angle of 40.8º 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 #CFAF6B is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 107 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.19 |
| HSL | 40.8º | 0.51% | 0.62% | - |
| HSV(B) | 40.8º | 0.48% | 0.81% | - |
| XYZ | 43.72 | 44.99 | 20.29 | - |
| YUV | 176.82 | 88.6 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 107 | 0 | 0.15 | 0.48 | 0.19 | 40.8 | 0.51 | 0.62 |
| Hex | CF | AF | 6B | 0 | F | 30 | 13 | 29 | 33 | 3E |
| Octal | 317 | 257 | 153 | 0 | 17 | 60 | 23 | 51 | 63 | 76 |
| Binary | 11001111 | 10101111 | 1101011 | 0 | 1111 | 110000 | 10011 | 101001 | 110011 | 111110 |
Color Harmonies of #CFAF6B
Complementary color
Monochromatic Colors of #CFAF6B
Black with #CFAF6B
Text Example
Text Example
White with #CFAF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF6B; }
p { color: rgb(207,175,107); }
H1.HeaderClassName
{
color: #CFAF6B;
}
.AnyTagClassName
{
color: #CFAF6B;
}
</style>
background-color css
<style>
a { background-color: #CFAF6B; }
a { background-color: rgb(207,175,107); }
div.DivClassName
{
background-color: #CFAF6B;
}
.BgClassName
{
background-color: #CFAF6B;
}
</style>
border-color css
<style>
span { border-color: #CFAF6B; }
span { border-color: rgb(207,175,107); }
td.TdClassName
{
border-color: #CFAF6B;
}
.TagClassName
{
border-color: #CFAF6B;
}
</style>