Shades of Putty #CFB47B
Tints of Putty #CFB47B
RGB
CMYK
RGB Variations
Color information
#CFB47B (or 0xCFB47B) is known color: Putty. HEX triplet: CF, B4 and 7B. RGB value is (207,180,123). Sum of RGB (Red+Green+Blue) = 207+180+123=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB47B is #304B84. Grayscale: #B5B5B5. Windows color (decimal): -3165061 or 8107215. OLE color: 8107215.
HSL color Cylindrical-coordinate representation of color #CFB47B: hue angle of 40.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFB47B is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 123 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.19 |
| HSL | 40.71º | 0.47% | 0.65% | - |
| HSV(B) | 40.71º | 0.41% | 0.81% | - |
| XYZ | 45.63 | 47.34 | 25.47 | - |
| YUV | 181.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 123 | 0 | 0.13 | 0.41 | 0.19 | 40.71 | 0.47 | 0.65 |
| Hex | CF | B4 | 7B | 0 | D | 29 | 13 | 29 | 2F | 41 |
| Octal | 317 | 264 | 173 | 0 | 15 | 51 | 23 | 51 | 57 | 101 |
| Binary | 11001111 | 10110100 | 1111011 | 0 | 1101 | 101001 | 10011 | 101001 | 101111 | 1000001 |
Color Harmonies of #CFB47B
Complementary color
Monochromatic Colors of #CFB47B
Black with #CFB47B
Text Example
Text Example
White with #CFB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB47B; }
p { color: rgb(207,180,123); }
H1.HeaderClassName
{
color: #CFB47B;
}
.AnyTagClassName
{
color: #CFB47B;
}
</style>
background-color css
<style>
a { background-color: #CFB47B; }
a { background-color: rgb(207,180,123); }
div.DivClassName
{
background-color: #CFB47B;
}
.BgClassName
{
background-color: #CFB47B;
}
</style>
border-color css
<style>
span { border-color: #CFB47B; }
span { border-color: rgb(207,180,123); }
td.TdClassName
{
border-color: #CFB47B;
}
.TagClassName
{
border-color: #CFB47B;
}
</style>