Shades of Putty #CCB36F
Tints of Putty #CCB36F
RGB
CMYK
RGB Variations
Color information
#CCB36F (or 0xCCB36F) is known color: Putty. HEX triplet: CC, B3 and 6F. RGB value is (204,179,111). Sum of RGB (Red+Green+Blue) = 204+179+111=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB36F is #334C90. Grayscale: #B3B3B3. Windows color (decimal): -3361937 or 7320524. OLE color: 7320524.
HSL color Cylindrical-coordinate representation of color #CCB36F: hue angle of 43.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCB36F is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 111 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.2 |
| HSL | 43.87º | 0.48% | 0.62% | - |
| HSV(B) | 43.87º | 0.46% | 0.8% | - |
| XYZ | 43.89 | 46.23 | 21.65 | - |
| YUV | 178.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 111 | 0 | 0.12 | 0.46 | 0.2 | 43.87 | 0.48 | 0.62 |
| Hex | CC | B3 | 6F | 0 | C | 2E | 14 | 2C | 30 | 3E |
| Octal | 314 | 263 | 157 | 0 | 14 | 56 | 24 | 54 | 60 | 76 |
| Binary | 11001100 | 10110011 | 1101111 | 0 | 1100 | 101110 | 10100 | 101100 | 110000 | 111110 |
Color Harmonies of #CCB36F
Complementary color
Monochromatic Colors of #CCB36F
Black with #CCB36F
Text Example
Text Example
White with #CCB36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB36F; }
p { color: rgb(204,179,111); }
H1.HeaderClassName
{
color: #CCB36F;
}
.AnyTagClassName
{
color: #CCB36F;
}
</style>
background-color css
<style>
a { background-color: #CCB36F; }
a { background-color: rgb(204,179,111); }
div.DivClassName
{
background-color: #CCB36F;
}
.BgClassName
{
background-color: #CCB36F;
}
</style>
border-color css
<style>
span { border-color: #CCB36F; }
span { border-color: rgb(204,179,111); }
td.TdClassName
{
border-color: #CCB36F;
}
.TagClassName
{
border-color: #CCB36F;
}
</style>