Shades of Putty #C3A774
Tints of Putty #C3A774
RGB
CMYK
RGB Variations
Color information
#C3A774 (or 0xC3A774) is known color: Putty. HEX triplet: C3, A7 and 74. RGB value is (195,167,116). Sum of RGB (Red+Green+Blue) = 195+167+116=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A774 is #3C588B. Grayscale: #A9A9A9. Windows color (decimal): -3954828 or 7645123. OLE color: 7645123.
HSL color Cylindrical-coordinate representation of color #C3A774: hue angle of 38.73º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3A774 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 116 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.24 |
| HSL | 38.73º | 0.4% | 0.61% | - |
| HSV(B) | 38.73º | 0.41% | 0.76% | - |
| XYZ | 39.48 | 40.5 | 22.26 | - |
| YUV | 169.56 | 97.78 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 116 | 0 | 0.14 | 0.41 | 0.24 | 38.73 | 0.4 | 0.61 |
| Hex | C3 | A7 | 74 | 0 | E | 29 | 18 | 27 | 28 | 3D |
| Octal | 303 | 247 | 164 | 0 | 16 | 51 | 30 | 47 | 50 | 75 |
| Binary | 11000011 | 10100111 | 1110100 | 0 | 1110 | 101001 | 11000 | 100111 | 101000 | 111101 |
Color Harmonies of #C3A774
Complementary color
Monochromatic Colors of #C3A774
Black with #C3A774
Text Example
Text Example
White with #C3A774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A774; }
p { color: rgb(195,167,116); }
H1.HeaderClassName
{
color: #C3A774;
}
.AnyTagClassName
{
color: #C3A774;
}
</style>
background-color css
<style>
a { background-color: #C3A774; }
a { background-color: rgb(195,167,116); }
div.DivClassName
{
background-color: #C3A774;
}
.BgClassName
{
background-color: #C3A774;
}
</style>
border-color css
<style>
span { border-color: #C3A774; }
span { border-color: rgb(195,167,116); }
td.TdClassName
{
border-color: #C3A774;
}
.TagClassName
{
border-color: #C3A774;
}
</style>