Shades of Putty #CCAF6C
Tints of Putty #CCAF6C
RGB
CMYK
RGB Variations
Color information
#CCAF6C (or 0xCCAF6C) is known color: Putty. HEX triplet: CC, AF and 6C. RGB value is (204,175,108). Sum of RGB (Red+Green+Blue) = 204+175+108=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF6C is #335093. Grayscale: #B0B0B0. Windows color (decimal): -3362964 or 7122892. OLE color: 7122892.
HSL color Cylindrical-coordinate representation of color #CCAF6C: hue angle of 41.88º 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 #CCAF6C is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 108 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.2 |
| HSL | 41.88º | 0.48% | 0.61% | - |
| HSV(B) | 41.88º | 0.47% | 0.8% | - |
| XYZ | 42.94 | 44.58 | 20.53 | - |
| YUV | 176.03 | 89.61 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 108 | 0 | 0.14 | 0.47 | 0.2 | 41.88 | 0.48 | 0.61 |
| Hex | CC | AF | 6C | 0 | E | 2F | 14 | 2A | 30 | 3D |
| Octal | 314 | 257 | 154 | 0 | 16 | 57 | 24 | 52 | 60 | 75 |
| Binary | 11001100 | 10101111 | 1101100 | 0 | 1110 | 101111 | 10100 | 101010 | 110000 | 111101 |
Color Harmonies of #CCAF6C
Complementary color
Monochromatic Colors of #CCAF6C
Black with #CCAF6C
Text Example
Text Example
White with #CCAF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF6C; }
p { color: rgb(204,175,108); }
H1.HeaderClassName
{
color: #CCAF6C;
}
.AnyTagClassName
{
color: #CCAF6C;
}
</style>
background-color css
<style>
a { background-color: #CCAF6C; }
a { background-color: rgb(204,175,108); }
div.DivClassName
{
background-color: #CCAF6C;
}
.BgClassName
{
background-color: #CCAF6C;
}
</style>
border-color css
<style>
span { border-color: #CCAF6C; }
span { border-color: rgb(204,175,108); }
td.TdClassName
{
border-color: #CCAF6C;
}
.TagClassName
{
border-color: #CCAF6C;
}
</style>