Shades of Putty #CFAB69
Tints of Putty #CFAB69
RGB
CMYK
RGB Variations
Color information
#CFAB69 (or 0xCFAB69) is known color: Putty. HEX triplet: CF, AB and 69. RGB value is (207,171,105). Sum of RGB (Red+Green+Blue) = 207+171+105=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB69 is #305496. Grayscale: #AEAEAE. Windows color (decimal): -3167383 or 6925263. OLE color: 6925263.
HSL color Cylindrical-coordinate representation of color #CFAB69: hue angle of 38.82º degrees, saturation: 0.52, 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 #CFAB69 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 105 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.19 |
| HSL | 38.82º | 0.52% | 0.61% | - |
| HSV(B) | 38.82º | 0.49% | 0.81% | - |
| XYZ | 42.84 | 43.41 | 19.49 | - |
| YUV | 174.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 105 | 0 | 0.17 | 0.49 | 0.19 | 38.82 | 0.52 | 0.61 |
| Hex | CF | AB | 69 | 0 | 11 | 31 | 13 | 27 | 34 | 3D |
| Octal | 317 | 253 | 151 | 0 | 21 | 61 | 23 | 47 | 64 | 75 |
| Binary | 11001111 | 10101011 | 1101001 | 0 | 10001 | 110001 | 10011 | 100111 | 110100 | 111101 |
Color Harmonies of #CFAB69
Complementary color
Monochromatic Colors of #CFAB69
Black with #CFAB69
Text Example
Text Example
White with #CFAB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB69; }
p { color: rgb(207,171,105); }
H1.HeaderClassName
{
color: #CFAB69;
}
.AnyTagClassName
{
color: #CFAB69;
}
</style>
background-color css
<style>
a { background-color: #CFAB69; }
a { background-color: rgb(207,171,105); }
div.DivClassName
{
background-color: #CFAB69;
}
.BgClassName
{
background-color: #CFAB69;
}
</style>
border-color css
<style>
span { border-color: #CFAB69; }
span { border-color: rgb(207,171,105); }
td.TdClassName
{
border-color: #CFAB69;
}
.TagClassName
{
border-color: #CFAB69;
}
</style>