Shades of Putty #CCB56D
Tints of Putty #CCB56D
RGB
CMYK
RGB Variations
Color information
#CCB56D (or 0xCCB56D) is known color: Putty. HEX triplet: CC, B5 and 6D. RGB value is (204,181,109). Sum of RGB (Red+Green+Blue) = 204+181+109=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB56D is #334A92. Grayscale: #B3B3B3. Windows color (decimal): -3361427 or 7189964. OLE color: 7189964.
HSL color Cylindrical-coordinate representation of color #CCB56D: hue angle of 45.47º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCB56D is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 109 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.2 |
| HSL | 45.47º | 0.48% | 0.61% | - |
| HSV(B) | 45.47º | 0.47% | 0.8% | - |
| XYZ | 44.19 | 46.99 | 21.21 | - |
| YUV | 179.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 109 | 0 | 0.11 | 0.47 | 0.2 | 45.47 | 0.48 | 0.61 |
| Hex | CC | B5 | 6D | 0 | B | 2F | 14 | 2D | 30 | 3D |
| Octal | 314 | 265 | 155 | 0 | 13 | 57 | 24 | 55 | 60 | 75 |
| Binary | 11001100 | 10110101 | 1101101 | 0 | 1011 | 101111 | 10100 | 101101 | 110000 | 111101 |
Color Harmonies of #CCB56D
Complementary color
Monochromatic Colors of #CCB56D
Black with #CCB56D
Text Example
Text Example
White with #CCB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB56D; }
p { color: rgb(204,181,109); }
H1.HeaderClassName
{
color: #CCB56D;
}
.AnyTagClassName
{
color: #CCB56D;
}
</style>
background-color css
<style>
a { background-color: #CCB56D; }
a { background-color: rgb(204,181,109); }
div.DivClassName
{
background-color: #CCB56D;
}
.BgClassName
{
background-color: #CCB56D;
}
</style>
border-color css
<style>
span { border-color: #CCB56D; }
span { border-color: rgb(204,181,109); }
td.TdClassName
{
border-color: #CCB56D;
}
.TagClassName
{
border-color: #CCB56D;
}
</style>