Shades of Putty #CCB474
Tints of Putty #CCB474
RGB
CMYK
RGB Variations
Color information
#CCB474 (or 0xCCB474) is known color: Putty. HEX triplet: CC, B4 and 74. RGB value is (204,180,116). Sum of RGB (Red+Green+Blue) = 204+180+116=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB474 is #334B8B. Grayscale: #B4B4B4. Windows color (decimal): -3361676 or 7648460. OLE color: 7648460.
HSL color Cylindrical-coordinate representation of color #CCB474: hue angle of 43.64º 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 #CCB474 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 116 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.2 |
| HSL | 43.64º | 0.46% | 0.63% | - |
| HSV(B) | 43.64º | 0.43% | 0.8% | - |
| XYZ | 44.38 | 46.74 | 23.21 | - |
| YUV | 179.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 116 | 0 | 0.12 | 0.43 | 0.2 | 43.64 | 0.46 | 0.63 |
| Hex | CC | B4 | 74 | 0 | C | 2B | 14 | 2C | 2E | 3F |
| Octal | 314 | 264 | 164 | 0 | 14 | 53 | 24 | 54 | 56 | 77 |
| Binary | 11001100 | 10110100 | 1110100 | 0 | 1100 | 101011 | 10100 | 101100 | 101110 | 111111 |
Color Harmonies of #CCB474
Complementary color
Monochromatic Colors of #CCB474
Black with #CCB474
Text Example
Text Example
White with #CCB474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB474; }
p { color: rgb(204,180,116); }
H1.HeaderClassName
{
color: #CCB474;
}
.AnyTagClassName
{
color: #CCB474;
}
</style>
background-color css
<style>
a { background-color: #CCB474; }
a { background-color: rgb(204,180,116); }
div.DivClassName
{
background-color: #CCB474;
}
.BgClassName
{
background-color: #CCB474;
}
</style>
border-color css
<style>
span { border-color: #CCB474; }
span { border-color: rgb(204,180,116); }
td.TdClassName
{
border-color: #CCB474;
}
.TagClassName
{
border-color: #CCB474;
}
</style>