Shades of Putty #CCAF7B
Tints of Putty #CCAF7B
RGB
CMYK
RGB Variations
Color information
#CCAF7B (or 0xCCAF7B) is known color: Putty. HEX triplet: CC, AF and 7B. RGB value is (204,175,123). Sum of RGB (Red+Green+Blue) = 204+175+123=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF7B is #335084. Grayscale: #B1B1B1. Windows color (decimal): -3362949 or 8105932. OLE color: 8105932.
HSL color Cylindrical-coordinate representation of color #CCAF7B: hue angle of 38.52º degrees, saturation: 0.44, 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 #CCAF7B is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 123 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.2 |
| HSL | 38.52º | 0.44% | 0.64% | - |
| HSV(B) | 38.52º | 0.4% | 0.8% | - |
| XYZ | 43.81 | 44.93 | 25.1 | - |
| YUV | 177.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 123 | 0 | 0.14 | 0.40 | 0.2 | 38.52 | 0.44 | 0.64 |
| Hex | CC | AF | 7B | 0 | E | 28 | 14 | 27 | 2C | 40 |
| Octal | 314 | 257 | 173 | 0 | 16 | 50 | 24 | 47 | 54 | 100 |
| Binary | 11001100 | 10101111 | 1111011 | 0 | 1110 | 101000 | 10100 | 100111 | 101100 | 1000000 |
Color Harmonies of #CCAF7B
Complementary color
Monochromatic Colors of #CCAF7B
Black with #CCAF7B
Text Example
Text Example
White with #CCAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF7B; }
p { color: rgb(204,175,123); }
H1.HeaderClassName
{
color: #CCAF7B;
}
.AnyTagClassName
{
color: #CCAF7B;
}
</style>
background-color css
<style>
a { background-color: #CCAF7B; }
a { background-color: rgb(204,175,123); }
div.DivClassName
{
background-color: #CCAF7B;
}
.BgClassName
{
background-color: #CCAF7B;
}
</style>
border-color css
<style>
span { border-color: #CCAF7B; }
span { border-color: rgb(204,175,123); }
td.TdClassName
{
border-color: #CCAF7B;
}
.TagClassName
{
border-color: #CCAF7B;
}
</style>