Shades of Putty #C4B173
Tints of Putty #C4B173
RGB
CMYK
RGB Variations
Color information
#C4B173 (or 0xC4B173) is known color: Putty. HEX triplet: C4, B1 and 73. RGB value is (196,177,115). Sum of RGB (Red+Green+Blue) = 196+177+115=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B173 is #3B4E8C. Grayscale: #AFAFAF. Windows color (decimal): -3886733 or 7582148. OLE color: 7582148.
HSL color Cylindrical-coordinate representation of color #C4B173: hue angle of 45.93º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4B173 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 115 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.23 |
| HSL | 45.93º | 0.41% | 0.61% | - |
| HSV(B) | 45.93º | 0.41% | 0.77% | - |
| XYZ | 41.58 | 44.42 | 22.6 | - |
| YUV | 175.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 115 | 0 | 0.10 | 0.41 | 0.23 | 45.93 | 0.41 | 0.61 |
| Hex | C4 | B1 | 73 | 0 | A | 29 | 17 | 2E | 29 | 3D |
| Octal | 304 | 261 | 163 | 0 | 12 | 51 | 27 | 56 | 51 | 75 |
| Binary | 11000100 | 10110001 | 1110011 | 0 | 1010 | 101001 | 10111 | 101110 | 101001 | 111101 |
Color Harmonies of #C4B173
Complementary color
Monochromatic Colors of #C4B173
Black with #C4B173
Text Example
Text Example
White with #C4B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B173; }
p { color: rgb(196,177,115); }
H1.HeaderClassName
{
color: #C4B173;
}
.AnyTagClassName
{
color: #C4B173;
}
</style>
background-color css
<style>
a { background-color: #C4B173; }
a { background-color: rgb(196,177,115); }
div.DivClassName
{
background-color: #C4B173;
}
.BgClassName
{
background-color: #C4B173;
}
</style>
border-color css
<style>
span { border-color: #C4B173; }
span { border-color: rgb(196,177,115); }
td.TdClassName
{
border-color: #C4B173;
}
.TagClassName
{
border-color: #C4B173;
}
</style>