Shades of Putty #CCB273
Tints of Putty #CCB273
RGB
CMYK
RGB Variations
Color information
#CCB273 (or 0xCCB273) is known color: Putty. HEX triplet: CC, B2 and 73. RGB value is (204,178,115). Sum of RGB (Red+Green+Blue) = 204+178+115=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB273 is #334D8C. Grayscale: #B2B2B2. Windows color (decimal): -3362189 or 7582412. OLE color: 7582412.
HSL color Cylindrical-coordinate representation of color #CCB273: hue angle of 42.47º 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 #CCB273 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 115 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.2 |
| HSL | 42.47º | 0.47% | 0.63% | - |
| HSV(B) | 42.47º | 0.44% | 0.8% | - |
| XYZ | 43.92 | 45.92 | 22.77 | - |
| YUV | 178.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 115 | 0 | 0.13 | 0.44 | 0.2 | 42.47 | 0.47 | 0.63 |
| Hex | CC | B2 | 73 | 0 | D | 2C | 14 | 2A | 2F | 3F |
| Octal | 314 | 262 | 163 | 0 | 15 | 54 | 24 | 52 | 57 | 77 |
| Binary | 11001100 | 10110010 | 1110011 | 0 | 1101 | 101100 | 10100 | 101010 | 101111 | 111111 |
Color Harmonies of #CCB273
Complementary color
Monochromatic Colors of #CCB273
Black with #CCB273
Text Example
Text Example
White with #CCB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB273; }
p { color: rgb(204,178,115); }
H1.HeaderClassName
{
color: #CCB273;
}
.AnyTagClassName
{
color: #CCB273;
}
</style>
background-color css
<style>
a { background-color: #CCB273; }
a { background-color: rgb(204,178,115); }
div.DivClassName
{
background-color: #CCB273;
}
.BgClassName
{
background-color: #CCB273;
}
</style>
border-color css
<style>
span { border-color: #CCB273; }
span { border-color: rgb(204,178,115); }
td.TdClassName
{
border-color: #CCB273;
}
.TagClassName
{
border-color: #CCB273;
}
</style>