Shades of Putty #CCAF7A
Tints of Putty #CCAF7A
RGB
CMYK
RGB Variations
Color information
#CCAF7A (or 0xCCAF7A) is known color: Putty. HEX triplet: CC, AF and 7A. RGB value is (204,175,122). Sum of RGB (Red+Green+Blue) = 204+175+122=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF7A is #335085. Grayscale: #B1B1B1. Windows color (decimal): -3362950 or 8040396. OLE color: 8040396.
HSL color Cylindrical-coordinate representation of color #CCAF7A: hue angle of 38.78º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCAF7A is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 122 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.2 |
| HSL | 38.78º | 0.45% | 0.64% | - |
| HSV(B) | 38.78º | 0.4% | 0.8% | - |
| XYZ | 43.74 | 44.9 | 24.77 | - |
| YUV | 177.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 122 | 0 | 0.14 | 0.40 | 0.2 | 38.78 | 0.45 | 0.64 |
| Hex | CC | AF | 7A | 0 | E | 28 | 14 | 27 | 2D | 40 |
| Octal | 314 | 257 | 172 | 0 | 16 | 50 | 24 | 47 | 55 | 100 |
| Binary | 11001100 | 10101111 | 1111010 | 0 | 1110 | 101000 | 10100 | 100111 | 101101 | 1000000 |
Color Harmonies of #CCAF7A
Complementary color
Monochromatic Colors of #CCAF7A
Black with #CCAF7A
Text Example
Text Example
White with #CCAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF7A; }
p { color: rgb(204,175,122); }
H1.HeaderClassName
{
color: #CCAF7A;
}
.AnyTagClassName
{
color: #CCAF7A;
}
</style>
background-color css
<style>
a { background-color: #CCAF7A; }
a { background-color: rgb(204,175,122); }
div.DivClassName
{
background-color: #CCAF7A;
}
.BgClassName
{
background-color: #CCAF7A;
}
</style>
border-color css
<style>
span { border-color: #CCAF7A; }
span { border-color: rgb(204,175,122); }
td.TdClassName
{
border-color: #CCAF7A;
}
.TagClassName
{
border-color: #CCAF7A;
}
</style>