Shades of Putty #CEB17A
Tints of Putty #CEB17A
RGB
CMYK
RGB Variations
Color information
#CEB17A (or 0xCEB17A) is known color: Putty. HEX triplet: CE, B1 and 7A. RGB value is (206,177,122). Sum of RGB (Red+Green+Blue) = 206+177+122=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB17A is #314E85. Grayscale: #B3B3B3. Windows color (decimal): -3231366 or 8040910. OLE color: 8040910.
HSL color Cylindrical-coordinate representation of color #CEB17A: hue angle of 39.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEB17A is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 122 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.19 |
| HSL | 39.29º | 0.46% | 0.64% | - |
| HSV(B) | 39.29º | 0.41% | 0.81% | - |
| XYZ | 44.69 | 45.97 | 24.93 | - |
| YUV | 179.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 122 | 0 | 0.14 | 0.41 | 0.19 | 39.29 | 0.46 | 0.64 |
| Hex | CE | B1 | 7A | 0 | E | 29 | 13 | 27 | 2E | 40 |
| Octal | 316 | 261 | 172 | 0 | 16 | 51 | 23 | 47 | 56 | 100 |
| Binary | 11001110 | 10110001 | 1111010 | 0 | 1110 | 101001 | 10011 | 100111 | 101110 | 1000000 |
Color Harmonies of #CEB17A
Complementary color
Monochromatic Colors of #CEB17A
Black with #CEB17A
Text Example
Text Example
White with #CEB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB17A; }
p { color: rgb(206,177,122); }
H1.HeaderClassName
{
color: #CEB17A;
}
.AnyTagClassName
{
color: #CEB17A;
}
</style>
background-color css
<style>
a { background-color: #CEB17A; }
a { background-color: rgb(206,177,122); }
div.DivClassName
{
background-color: #CEB17A;
}
.BgClassName
{
background-color: #CEB17A;
}
</style>
border-color css
<style>
span { border-color: #CEB17A; }
span { border-color: rgb(206,177,122); }
td.TdClassName
{
border-color: #CEB17A;
}
.TagClassName
{
border-color: #CEB17A;
}
</style>