Shades of Putty #CEA369
Tints of Putty #CEA369
RGB
CMYK
RGB Variations
Color information
#CEA369 (or 0xCEA369) is known color: Putty. HEX triplet: CE, A3 and 69. RGB value is (206,163,105). Sum of RGB (Red+Green+Blue) = 206+163+105=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA369 is #315C96. Grayscale: #A9A9A9. Windows color (decimal): -3234967 or 6923214. OLE color: 6923214.
HSL color Cylindrical-coordinate representation of color #CEA369: hue angle of 34.46º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEA369 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 105 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.19 |
| HSL | 34.46º | 0.51% | 0.61% | - |
| HSV(B) | 34.46º | 0.49% | 0.81% | - |
| XYZ | 41.1 | 40.34 | 18.98 | - |
| YUV | 169.25 | 91.75 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 105 | 0 | 0.21 | 0.49 | 0.19 | 34.46 | 0.51 | 0.61 |
| Hex | CE | A3 | 69 | 0 | 15 | 31 | 13 | 22 | 33 | 3D |
| Octal | 316 | 243 | 151 | 0 | 25 | 61 | 23 | 42 | 63 | 75 |
| Binary | 11001110 | 10100011 | 1101001 | 0 | 10101 | 110001 | 10011 | 100010 | 110011 | 111101 |
Color Harmonies of #CEA369
Complementary color
Monochromatic Colors of #CEA369
Black with #CEA369
Text Example
Text Example
White with #CEA369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA369; }
p { color: rgb(206,163,105); }
H1.HeaderClassName
{
color: #CEA369;
}
.AnyTagClassName
{
color: #CEA369;
}
</style>
background-color css
<style>
a { background-color: #CEA369; }
a { background-color: rgb(206,163,105); }
div.DivClassName
{
background-color: #CEA369;
}
.BgClassName
{
background-color: #CEA369;
}
</style>
border-color css
<style>
span { border-color: #CEA369; }
span { border-color: rgb(206,163,105); }
td.TdClassName
{
border-color: #CEA369;
}
.TagClassName
{
border-color: #CEA369;
}
</style>