Shades of Putty #CFB47C
Tints of Putty #CFB47C
RGB
CMYK
RGB Variations
Color information
#CFB47C (or 0xCFB47C) is known color: Putty. HEX triplet: CF, B4 and 7C. RGB value is (207,180,124). Sum of RGB (Red+Green+Blue) = 207+180+124=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB47C is #304B83. Grayscale: #B5B5B5. Windows color (decimal): -3165060 or 8172751. OLE color: 8172751.
HSL color Cylindrical-coordinate representation of color #CFB47C: hue angle of 40.48º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFB47C is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 124 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.19 |
| HSL | 40.48º | 0.46% | 0.65% | - |
| HSV(B) | 40.48º | 0.4% | 0.81% | - |
| XYZ | 45.69 | 47.36 | 25.8 | - |
| YUV | 181.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 124 | 0 | 0.13 | 0.40 | 0.19 | 40.48 | 0.46 | 0.65 |
| Hex | CF | B4 | 7C | 0 | D | 28 | 13 | 28 | 2E | 41 |
| Octal | 317 | 264 | 174 | 0 | 15 | 50 | 23 | 50 | 56 | 101 |
| Binary | 11001111 | 10110100 | 1111100 | 0 | 1101 | 101000 | 10011 | 101000 | 101110 | 1000001 |
Color Harmonies of #CFB47C
Complementary color
Monochromatic Colors of #CFB47C
Black with #CFB47C
Text Example
Text Example
White with #CFB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB47C; }
p { color: rgb(207,180,124); }
H1.HeaderClassName
{
color: #CFB47C;
}
.AnyTagClassName
{
color: #CFB47C;
}
</style>
background-color css
<style>
a { background-color: #CFB47C; }
a { background-color: rgb(207,180,124); }
div.DivClassName
{
background-color: #CFB47C;
}
.BgClassName
{
background-color: #CFB47C;
}
</style>
border-color css
<style>
span { border-color: #CFB47C; }
span { border-color: rgb(207,180,124); }
td.TdClassName
{
border-color: #CFB47C;
}
.TagClassName
{
border-color: #CFB47C;
}
</style>