Shades of Putty #CFAB6A
Tints of Putty #CFAB6A
RGB
CMYK
RGB Variations
Color information
#CFAB6A (or 0xCFAB6A) is known color: Putty. HEX triplet: CF, AB and 6A. RGB value is (207,171,106). Sum of RGB (Red+Green+Blue) = 207+171+106=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB6A is #305495. Grayscale: #AEAEAE. Windows color (decimal): -3167382 or 6990799. OLE color: 6990799.
HSL color Cylindrical-coordinate representation of color #CFAB6A: hue angle of 38.61º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFAB6A is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 106 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.19 |
| HSL | 38.61º | 0.51% | 0.61% | - |
| HSV(B) | 38.61º | 0.49% | 0.81% | - |
| XYZ | 42.9 | 43.43 | 19.76 | - |
| YUV | 174.35 | 89.43 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 106 | 0 | 0.17 | 0.49 | 0.19 | 38.61 | 0.51 | 0.61 |
| Hex | CF | AB | 6A | 0 | 11 | 31 | 13 | 27 | 33 | 3D |
| Octal | 317 | 253 | 152 | 0 | 21 | 61 | 23 | 47 | 63 | 75 |
| Binary | 11001111 | 10101011 | 1101010 | 0 | 10001 | 110001 | 10011 | 100111 | 110011 | 111101 |
Color Harmonies of #CFAB6A
Complementary color
Monochromatic Colors of #CFAB6A
Black with #CFAB6A
Text Example
Text Example
White with #CFAB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB6A; }
p { color: rgb(207,171,106); }
H1.HeaderClassName
{
color: #CFAB6A;
}
.AnyTagClassName
{
color: #CFAB6A;
}
</style>
background-color css
<style>
a { background-color: #CFAB6A; }
a { background-color: rgb(207,171,106); }
div.DivClassName
{
background-color: #CFAB6A;
}
.BgClassName
{
background-color: #CFAB6A;
}
</style>
border-color css
<style>
span { border-color: #CFAB6A; }
span { border-color: rgb(207,171,106); }
td.TdClassName
{
border-color: #CFAB6A;
}
.TagClassName
{
border-color: #CFAB6A;
}
</style>