Shades of Putty #CCAF68
Tints of Putty #CCAF68
RGB
CMYK
RGB Variations
Color information
#CCAF68 (or 0xCCAF68) is known color: Putty. HEX triplet: CC, AF and 68. RGB value is (204,175,104). Sum of RGB (Red+Green+Blue) = 204+175+104=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF68 is #335097. Grayscale: #AFAFAF. Windows color (decimal): -3362968 or 6860748. OLE color: 6860748.
HSL color Cylindrical-coordinate representation of color #CCAF68: hue angle of 42.6º 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 #CCAF68 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 104 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.2 |
| HSL | 42.6º | 0.5% | 0.6% | - |
| HSV(B) | 42.6º | 0.49% | 0.8% | - |
| XYZ | 42.73 | 44.5 | 19.43 | - |
| YUV | 175.58 | 87.61 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 104 | 0 | 0.14 | 0.49 | 0.2 | 42.6 | 0.5 | 0.6 |
| Hex | CC | AF | 68 | 0 | E | 31 | 14 | 2B | 32 | 3C |
| Octal | 314 | 257 | 150 | 0 | 16 | 61 | 24 | 53 | 62 | 74 |
| Binary | 11001100 | 10101111 | 1101000 | 0 | 1110 | 110001 | 10100 | 101011 | 110010 | 111100 |
Color Harmonies of #CCAF68
Complementary color
Monochromatic Colors of #CCAF68
Black with #CCAF68
Text Example
Text Example
White with #CCAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF68; }
p { color: rgb(204,175,104); }
H1.HeaderClassName
{
color: #CCAF68;
}
.AnyTagClassName
{
color: #CCAF68;
}
</style>
background-color css
<style>
a { background-color: #CCAF68; }
a { background-color: rgb(204,175,104); }
div.DivClassName
{
background-color: #CCAF68;
}
.BgClassName
{
background-color: #CCAF68;
}
</style>
border-color css
<style>
span { border-color: #CCAF68; }
span { border-color: rgb(204,175,104); }
td.TdClassName
{
border-color: #CCAF68;
}
.TagClassName
{
border-color: #CCAF68;
}
</style>