Shades of Putty #C3A576
Tints of Putty #C3A576
RGB
CMYK
RGB Variations
Color information
#C3A576 (or 0xC3A576) is known color: Putty. HEX triplet: C3, A5 and 76. RGB value is (195,165,118). Sum of RGB (Red+Green+Blue) = 195+165+118=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A576 is #3C5A89. Grayscale: #A8A8A8. Windows color (decimal): -3955338 or 7775683. OLE color: 7775683.
HSL color Cylindrical-coordinate representation of color #C3A576: hue angle of 36.62º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3A576 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 118 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.24 |
| HSL | 36.62º | 0.39% | 0.61% | - |
| HSV(B) | 36.62º | 0.39% | 0.76% | - |
| XYZ | 39.23 | 39.82 | 22.76 | - |
| YUV | 168.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 118 | 0 | 0.15 | 0.39 | 0.24 | 36.62 | 0.39 | 0.61 |
| Hex | C3 | A5 | 76 | 0 | F | 27 | 18 | 25 | 27 | 3D |
| Octal | 303 | 245 | 166 | 0 | 17 | 47 | 30 | 45 | 47 | 75 |
| Binary | 11000011 | 10100101 | 1110110 | 0 | 1111 | 100111 | 11000 | 100101 | 100111 | 111101 |
Color Harmonies of #C3A576
Complementary color
Monochromatic Colors of #C3A576
Black with #C3A576
Text Example
Text Example
White with #C3A576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A576; }
p { color: rgb(195,165,118); }
H1.HeaderClassName
{
color: #C3A576;
}
.AnyTagClassName
{
color: #C3A576;
}
</style>
background-color css
<style>
a { background-color: #C3A576; }
a { background-color: rgb(195,165,118); }
div.DivClassName
{
background-color: #C3A576;
}
.BgClassName
{
background-color: #C3A576;
}
</style>
border-color css
<style>
span { border-color: #C3A576; }
span { border-color: rgb(195,165,118); }
td.TdClassName
{
border-color: #C3A576;
}
.TagClassName
{
border-color: #C3A576;
}
</style>