Shades of Putty #CCB574
Tints of Putty #CCB574
RGB
CMYK
RGB Variations
Color information
#CCB574 (or 0xCCB574) is known color: Putty. HEX triplet: CC, B5 and 74. RGB value is (204,181,116). Sum of RGB (Red+Green+Blue) = 204+181+116=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB574 is #334A8B. Grayscale: #B4B4B4. Windows color (decimal): -3361420 or 7648716. OLE color: 7648716.
HSL color Cylindrical-coordinate representation of color #CCB574: hue angle of 44.32º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCB574 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 116 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.2 |
| HSL | 44.32º | 0.46% | 0.63% | - |
| HSV(B) | 44.32º | 0.43% | 0.8% | - |
| XYZ | 44.58 | 47.15 | 23.27 | - |
| YUV | 180.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 116 | 0 | 0.11 | 0.43 | 0.2 | 44.32 | 0.46 | 0.63 |
| Hex | CC | B5 | 74 | 0 | B | 2B | 14 | 2C | 2E | 3F |
| Octal | 314 | 265 | 164 | 0 | 13 | 53 | 24 | 54 | 56 | 77 |
| Binary | 11001100 | 10110101 | 1110100 | 0 | 1011 | 101011 | 10100 | 101100 | 101110 | 111111 |
Color Harmonies of #CCB574
Complementary color
Monochromatic Colors of #CCB574
Black with #CCB574
Text Example
Text Example
White with #CCB574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB574; }
p { color: rgb(204,181,116); }
H1.HeaderClassName
{
color: #CCB574;
}
.AnyTagClassName
{
color: #CCB574;
}
</style>
background-color css
<style>
a { background-color: #CCB574; }
a { background-color: rgb(204,181,116); }
div.DivClassName
{
background-color: #CCB574;
}
.BgClassName
{
background-color: #CCB574;
}
</style>
border-color css
<style>
span { border-color: #CCB574; }
span { border-color: rgb(204,181,116); }
td.TdClassName
{
border-color: #CCB574;
}
.TagClassName
{
border-color: #CCB574;
}
</style>