Shades of Putty #CCB173
Tints of Putty #CCB173
RGB
CMYK
RGB Variations
Color information
#CCB173 (or 0xCCB173) is known color: Putty. HEX triplet: CC, B1 and 73. RGB value is (204,177,115). Sum of RGB (Red+Green+Blue) = 204+177+115=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB173 is #334E8C. Grayscale: #B2B2B2. Windows color (decimal): -3362445 or 7582156. OLE color: 7582156.
HSL color Cylindrical-coordinate representation of color #CCB173: hue angle of 41.8º 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 #CCB173 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 115 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.2 |
| HSL | 41.8º | 0.47% | 0.63% | - |
| HSV(B) | 41.8º | 0.44% | 0.8% | - |
| XYZ | 43.72 | 45.52 | 22.7 | - |
| YUV | 178.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 115 | 0 | 0.13 | 0.44 | 0.2 | 41.8 | 0.47 | 0.63 |
| Hex | CC | B1 | 73 | 0 | D | 2C | 14 | 2A | 2F | 3F |
| Octal | 314 | 261 | 163 | 0 | 15 | 54 | 24 | 52 | 57 | 77 |
| Binary | 11001100 | 10110001 | 1110011 | 0 | 1101 | 101100 | 10100 | 101010 | 101111 | 111111 |
Color Harmonies of #CCB173
Complementary color
Monochromatic Colors of #CCB173
Black with #CCB173
Text Example
Text Example
White with #CCB173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB173; }
p { color: rgb(204,177,115); }
H1.HeaderClassName
{
color: #CCB173;
}
.AnyTagClassName
{
color: #CCB173;
}
</style>
background-color css
<style>
a { background-color: #CCB173; }
a { background-color: rgb(204,177,115); }
div.DivClassName
{
background-color: #CCB173;
}
.BgClassName
{
background-color: #CCB173;
}
</style>
border-color css
<style>
span { border-color: #CCB173; }
span { border-color: rgb(204,177,115); }
td.TdClassName
{
border-color: #CCB173;
}
.TagClassName
{
border-color: #CCB173;
}
</style>