Shades of Putty #CFB07B
Tints of Putty #CFB07B
RGB
CMYK
RGB Variations
Color information
#CFB07B (or 0xCFB07B) is known color: Putty. HEX triplet: CF, B0 and 7B. RGB value is (207,176,123). Sum of RGB (Red+Green+Blue) = 207+176+123=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB07B is #304F84. Grayscale: #B3B3B3. Windows color (decimal): -3166085 or 8106191. OLE color: 8106191.
HSL color Cylindrical-coordinate representation of color #CFB07B: hue angle of 37.86º 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 #CFB07B is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 123 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.19 |
| HSL | 37.86º | 0.47% | 0.65% | - |
| HSV(B) | 37.86º | 0.41% | 0.81% | - |
| XYZ | 44.83 | 45.75 | 25.21 | - |
| YUV | 179.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 123 | 0 | 0.15 | 0.41 | 0.19 | 37.86 | 0.47 | 0.65 |
| Hex | CF | B0 | 7B | 0 | F | 29 | 13 | 26 | 2F | 41 |
| Octal | 317 | 260 | 173 | 0 | 17 | 51 | 23 | 46 | 57 | 101 |
| Binary | 11001111 | 10110000 | 1111011 | 0 | 1111 | 101001 | 10011 | 100110 | 101111 | 1000001 |
Color Harmonies of #CFB07B
Complementary color
Monochromatic Colors of #CFB07B
Black with #CFB07B
Text Example
Text Example
White with #CFB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB07B; }
p { color: rgb(207,176,123); }
H1.HeaderClassName
{
color: #CFB07B;
}
.AnyTagClassName
{
color: #CFB07B;
}
</style>
background-color css
<style>
a { background-color: #CFB07B; }
a { background-color: rgb(207,176,123); }
div.DivClassName
{
background-color: #CFB07B;
}
.BgClassName
{
background-color: #CFB07B;
}
</style>
border-color css
<style>
span { border-color: #CFB07B; }
span { border-color: rgb(207,176,123); }
td.TdClassName
{
border-color: #CFB07B;
}
.TagClassName
{
border-color: #CFB07B;
}
</style>