Shades of Putty #CEAF67
Tints of Putty #CEAF67
RGB
CMYK
RGB Variations
Color information
#CEAF67 (or 0xCEAF67) is known color: Putty. HEX triplet: CE, AF and 67. RGB value is (206,175,103). Sum of RGB (Red+Green+Blue) = 206+175+103=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF67 is #315098. Grayscale: #B0B0B0. Windows color (decimal): -3231897 or 6795214. OLE color: 6795214.
HSL color Cylindrical-coordinate representation of color #CEAF67: hue angle of 41.94º degrees, saturation: 0.51, 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 #CEAF67 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 103 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.19 |
| HSL | 41.94º | 0.51% | 0.61% | - |
| HSV(B) | 41.94º | 0.5% | 0.81% | - |
| XYZ | 43.23 | 44.76 | 19.19 | - |
| YUV | 176.06 | 86.77 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 103 | 0 | 0.15 | 0.50 | 0.19 | 41.94 | 0.51 | 0.61 |
| Hex | CE | AF | 67 | 0 | F | 32 | 13 | 2A | 33 | 3D |
| Octal | 316 | 257 | 147 | 0 | 17 | 62 | 23 | 52 | 63 | 75 |
| Binary | 11001110 | 10101111 | 1100111 | 0 | 1111 | 110010 | 10011 | 101010 | 110011 | 111101 |
Color Harmonies of #CEAF67
Complementary color
Monochromatic Colors of #CEAF67
Black with #CEAF67
Text Example
Text Example
White with #CEAF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF67; }
p { color: rgb(206,175,103); }
H1.HeaderClassName
{
color: #CEAF67;
}
.AnyTagClassName
{
color: #CEAF67;
}
</style>
background-color css
<style>
a { background-color: #CEAF67; }
a { background-color: rgb(206,175,103); }
div.DivClassName
{
background-color: #CEAF67;
}
.BgClassName
{
background-color: #CEAF67;
}
</style>
border-color css
<style>
span { border-color: #CEAF67; }
span { border-color: rgb(206,175,103); }
td.TdClassName
{
border-color: #CEAF67;
}
.TagClassName
{
border-color: #CEAF67;
}
</style>