Shades of Putty #CCB473
Tints of Putty #CCB473
RGB
CMYK
RGB Variations
Color information
#CCB473 (or 0xCCB473) is known color: Putty. HEX triplet: CC, B4 and 73. RGB value is (204,180,115). Sum of RGB (Red+Green+Blue) = 204+180+115=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB473 is #334B8C. Grayscale: #B4B4B4. Windows color (decimal): -3361677 or 7582924. OLE color: 7582924.
HSL color Cylindrical-coordinate representation of color #CCB473: hue angle of 43.82º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCB473 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 115 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.2 |
| HSL | 43.82º | 0.47% | 0.63% | - |
| HSV(B) | 43.82º | 0.44% | 0.8% | - |
| XYZ | 44.32 | 46.72 | 22.9 | - |
| YUV | 179.77 | 91.45 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 115 | 0 | 0.12 | 0.44 | 0.2 | 43.82 | 0.47 | 0.63 |
| Hex | CC | B4 | 73 | 0 | C | 2C | 14 | 2C | 2F | 3F |
| Octal | 314 | 264 | 163 | 0 | 14 | 54 | 24 | 54 | 57 | 77 |
| Binary | 11001100 | 10110100 | 1110011 | 0 | 1100 | 101100 | 10100 | 101100 | 101111 | 111111 |
Color Harmonies of #CCB473
Complementary color
Monochromatic Colors of #CCB473
Black with #CCB473
Text Example
Text Example
White with #CCB473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB473; }
p { color: rgb(204,180,115); }
H1.HeaderClassName
{
color: #CCB473;
}
.AnyTagClassName
{
color: #CCB473;
}
</style>
background-color css
<style>
a { background-color: #CCB473; }
a { background-color: rgb(204,180,115); }
div.DivClassName
{
background-color: #CCB473;
}
.BgClassName
{
background-color: #CCB473;
}
</style>
border-color css
<style>
span { border-color: #CCB473; }
span { border-color: rgb(204,180,115); }
td.TdClassName
{
border-color: #CCB473;
}
.TagClassName
{
border-color: #CCB473;
}
</style>