Shades of Putty #CFB067
Tints of Putty #CFB067
RGB
CMYK
RGB Variations
Color information
#CFB067 (or 0xCFB067) is known color: Putty. HEX triplet: CF, B0 and 67. RGB value is (207,176,103). Sum of RGB (Red+Green+Blue) = 207+176+103=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB067 is #304F98. Grayscale: #B1B1B1. Windows color (decimal): -3166105 or 6795471. OLE color: 6795471.
HSL color Cylindrical-coordinate representation of color #CFB067: hue angle of 42.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFB067 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 103 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.19 |
| HSL | 42.12º | 0.52% | 0.61% | - |
| HSV(B) | 42.12º | 0.5% | 0.81% | - |
| XYZ | 43.71 | 45.3 | 19.27 | - |
| YUV | 176.95 | 86.27 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 103 | 0 | 0.15 | 0.50 | 0.19 | 42.12 | 0.52 | 0.61 |
| Hex | CF | B0 | 67 | 0 | F | 32 | 13 | 2A | 34 | 3D |
| Octal | 317 | 260 | 147 | 0 | 17 | 62 | 23 | 52 | 64 | 75 |
| Binary | 11001111 | 10110000 | 1100111 | 0 | 1111 | 110010 | 10011 | 101010 | 110100 | 111101 |
Color Harmonies of #CFB067
Complementary color
Monochromatic Colors of #CFB067
Black with #CFB067
Text Example
Text Example
White with #CFB067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB067; }
p { color: rgb(207,176,103); }
H1.HeaderClassName
{
color: #CFB067;
}
.AnyTagClassName
{
color: #CFB067;
}
</style>
background-color css
<style>
a { background-color: #CFB067; }
a { background-color: rgb(207,176,103); }
div.DivClassName
{
background-color: #CFB067;
}
.BgClassName
{
background-color: #CFB067;
}
</style>
border-color css
<style>
span { border-color: #CFB067; }
span { border-color: rgb(207,176,103); }
td.TdClassName
{
border-color: #CFB067;
}
.TagClassName
{
border-color: #CFB067;
}
</style>