Shades of Putty #CFB474
Tints of Putty #CFB474
RGB
CMYK
RGB Variations
Color information
#CFB474 (or 0xCFB474) is known color: Putty. HEX triplet: CF, B4 and 74. RGB value is (207,180,116). Sum of RGB (Red+Green+Blue) = 207+180+116=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB474 is #304B8B. Grayscale: #B5B5B5. Windows color (decimal): -3165068 or 7648463. OLE color: 7648463.
HSL color Cylindrical-coordinate representation of color #CFB474: hue angle of 42.2º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFB474 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 116 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.19 |
| HSL | 42.2º | 0.49% | 0.63% | - |
| HSV(B) | 42.2º | 0.44% | 0.81% | - |
| XYZ | 45.21 | 47.17 | 23.24 | - |
| YUV | 180.78 | 91.45 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 116 | 0 | 0.13 | 0.44 | 0.19 | 42.2 | 0.49 | 0.63 |
| Hex | CF | B4 | 74 | 0 | D | 2C | 13 | 2A | 31 | 3F |
| Octal | 317 | 264 | 164 | 0 | 15 | 54 | 23 | 52 | 61 | 77 |
| Binary | 11001111 | 10110100 | 1110100 | 0 | 1101 | 101100 | 10011 | 101010 | 110001 | 111111 |
Color Harmonies of #CFB474
Complementary color
Monochromatic Colors of #CFB474
Black with #CFB474
Text Example
Text Example
White with #CFB474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB474; }
p { color: rgb(207,180,116); }
H1.HeaderClassName
{
color: #CFB474;
}
.AnyTagClassName
{
color: #CFB474;
}
</style>
background-color css
<style>
a { background-color: #CFB474; }
a { background-color: rgb(207,180,116); }
div.DivClassName
{
background-color: #CFB474;
}
.BgClassName
{
background-color: #CFB474;
}
</style>
border-color css
<style>
span { border-color: #CFB474; }
span { border-color: rgb(207,180,116); }
td.TdClassName
{
border-color: #CFB474;
}
.TagClassName
{
border-color: #CFB474;
}
</style>