Shades of Putty #CFB472
Tints of Putty #CFB472
RGB
CMYK
RGB Variations
Color information
#CFB472 (or 0xCFB472) is known color: Putty. HEX triplet: CF, B4 and 72. RGB value is (207,180,114). Sum of RGB (Red+Green+Blue) = 207+180+114=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB472 is #304B8D. Grayscale: #B4B4B4. Windows color (decimal): -3165070 or 7517391. OLE color: 7517391.
HSL color Cylindrical-coordinate representation of color #CFB472: hue angle of 42.58º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFB472 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 114 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.19 |
| HSL | 42.58º | 0.49% | 0.63% | - |
| HSV(B) | 42.58º | 0.45% | 0.81% | - |
| XYZ | 45.09 | 47.12 | 22.64 | - |
| YUV | 180.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 114 | 0 | 0.13 | 0.45 | 0.19 | 42.58 | 0.49 | 0.63 |
| Hex | CF | B4 | 72 | 0 | D | 2D | 13 | 2B | 31 | 3F |
| Octal | 317 | 264 | 162 | 0 | 15 | 55 | 23 | 53 | 61 | 77 |
| Binary | 11001111 | 10110100 | 1110010 | 0 | 1101 | 101101 | 10011 | 101011 | 110001 | 111111 |
Color Harmonies of #CFB472
Complementary color
Monochromatic Colors of #CFB472
Black with #CFB472
Text Example
Text Example
White with #CFB472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB472; }
p { color: rgb(207,180,114); }
H1.HeaderClassName
{
color: #CFB472;
}
.AnyTagClassName
{
color: #CFB472;
}
</style>
background-color css
<style>
a { background-color: #CFB472; }
a { background-color: rgb(207,180,114); }
div.DivClassName
{
background-color: #CFB472;
}
.BgClassName
{
background-color: #CFB472;
}
</style>
border-color css
<style>
span { border-color: #CFB472; }
span { border-color: rgb(207,180,114); }
td.TdClassName
{
border-color: #CFB472;
}
.TagClassName
{
border-color: #CFB472;
}
</style>