Shades of Putty #CCAF6D
Tints of Putty #CCAF6D
RGB
CMYK
RGB Variations
Color information
#CCAF6D (or 0xCCAF6D) is known color: Putty. HEX triplet: CC, AF and 6D. RGB value is (204,175,109). Sum of RGB (Red+Green+Blue) = 204+175+109=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF6D is #335092. Grayscale: #B0B0B0. Windows color (decimal): -3362963 or 7188428. OLE color: 7188428.
HSL color Cylindrical-coordinate representation of color #CCAF6D: hue angle of 41.68º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCAF6D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 109 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.2 |
| HSL | 41.68º | 0.48% | 0.61% | - |
| HSV(B) | 41.68º | 0.47% | 0.8% | - |
| XYZ | 42.99 | 44.6 | 20.81 | - |
| YUV | 176.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 109 | 0 | 0.14 | 0.47 | 0.2 | 41.68 | 0.48 | 0.61 |
| Hex | CC | AF | 6D | 0 | E | 2F | 14 | 2A | 30 | 3D |
| Octal | 314 | 257 | 155 | 0 | 16 | 57 | 24 | 52 | 60 | 75 |
| Binary | 11001100 | 10101111 | 1101101 | 0 | 1110 | 101111 | 10100 | 101010 | 110000 | 111101 |
Color Harmonies of #CCAF6D
Complementary color
Monochromatic Colors of #CCAF6D
Black with #CCAF6D
Text Example
Text Example
White with #CCAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF6D; }
p { color: rgb(204,175,109); }
H1.HeaderClassName
{
color: #CCAF6D;
}
.AnyTagClassName
{
color: #CCAF6D;
}
</style>
background-color css
<style>
a { background-color: #CCAF6D; }
a { background-color: rgb(204,175,109); }
div.DivClassName
{
background-color: #CCAF6D;
}
.BgClassName
{
background-color: #CCAF6D;
}
</style>
border-color css
<style>
span { border-color: #CCAF6D; }
span { border-color: rgb(204,175,109); }
td.TdClassName
{
border-color: #CCAF6D;
}
.TagClassName
{
border-color: #CCAF6D;
}
</style>