Shades of Putty #CCAE68
Tints of Putty #CCAE68
RGB
CMYK
RGB Variations
Color information
#CCAE68 (or 0xCCAE68) is known color: Putty. HEX triplet: CC, AE and 68. RGB value is (204,174,104). Sum of RGB (Red+Green+Blue) = 204+174+104=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE68 is #335197. Grayscale: #AFAFAF. Windows color (decimal): -3363224 or 6860492. OLE color: 6860492.
HSL color Cylindrical-coordinate representation of color #CCAE68: hue angle of 42º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCAE68 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 174 | 104 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.2 |
| HSL | 42º | 0.5% | 0.6% | - |
| HSV(B) | 42º | 0.49% | 0.8% | - |
| XYZ | 42.54 | 44.11 | 19.37 | - |
| YUV | 174.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 104 | 0 | 0.15 | 0.49 | 0.2 | 42 | 0.5 | 0.6 |
| Hex | CC | AE | 68 | 0 | F | 31 | 14 | 2A | 32 | 3C |
| Octal | 314 | 256 | 150 | 0 | 17 | 61 | 24 | 52 | 62 | 74 |
| Binary | 11001100 | 10101110 | 1101000 | 0 | 1111 | 110001 | 10100 | 101010 | 110010 | 111100 |
Color Harmonies of #CCAE68
Complementary color
Monochromatic Colors of #CCAE68
Black with #CCAE68
Text Example
Text Example
White with #CCAE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAE68; }
p { color: rgb(204,174,104); }
H1.HeaderClassName
{
color: #CCAE68;
}
.AnyTagClassName
{
color: #CCAE68;
}
</style>
background-color css
<style>
a { background-color: #CCAE68; }
a { background-color: rgb(204,174,104); }
div.DivClassName
{
background-color: #CCAE68;
}
.BgClassName
{
background-color: #CCAE68;
}
</style>
border-color css
<style>
span { border-color: #CCAE68; }
span { border-color: rgb(204,174,104); }
td.TdClassName
{
border-color: #CCAE68;
}
.TagClassName
{
border-color: #CCAE68;
}
</style>