Shades of Putty #CEB66F
Tints of Putty #CEB66F
RGB
CMYK
RGB Variations
Color information
#CEB66F (or 0xCEB66F) is known color: Putty. HEX triplet: CE, B6 and 6F. RGB value is (206,182,111). Sum of RGB (Red+Green+Blue) = 206+182+111=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB66F is #314990. Grayscale: #B5B5B5. Windows color (decimal): -3230097 or 7321294. OLE color: 7321294.
HSL color Cylindrical-coordinate representation of color #CEB66F: hue angle of 44.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEB66F is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 111 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.19 |
| HSL | 44.84º | 0.49% | 0.62% | - |
| HSV(B) | 44.84º | 0.46% | 0.81% | - |
| XYZ | 45.05 | 47.73 | 21.88 | - |
| YUV | 181.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 111 | 0 | 0.12 | 0.46 | 0.19 | 44.84 | 0.49 | 0.62 |
| Hex | CE | B6 | 6F | 0 | C | 2E | 13 | 2D | 31 | 3E |
| Octal | 316 | 266 | 157 | 0 | 14 | 56 | 23 | 55 | 61 | 76 |
| Binary | 11001110 | 10110110 | 1101111 | 0 | 1100 | 101110 | 10011 | 101101 | 110001 | 111110 |
Color Harmonies of #CEB66F
Complementary color
Monochromatic Colors of #CEB66F
Black with #CEB66F
Text Example
Text Example
White with #CEB66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB66F; }
p { color: rgb(206,182,111); }
H1.HeaderClassName
{
color: #CEB66F;
}
.AnyTagClassName
{
color: #CEB66F;
}
</style>
background-color css
<style>
a { background-color: #CEB66F; }
a { background-color: rgb(206,182,111); }
div.DivClassName
{
background-color: #CEB66F;
}
.BgClassName
{
background-color: #CEB66F;
}
</style>
border-color css
<style>
span { border-color: #CEB66F; }
span { border-color: rgb(206,182,111); }
td.TdClassName
{
border-color: #CEB66F;
}
.TagClassName
{
border-color: #CEB66F;
}
</style>