Shades of Putty #CCB270
Tints of Putty #CCB270
RGB
CMYK
RGB Variations
Color information
#CCB270 (or 0xCCB270) is known color: Putty. HEX triplet: CC, B2 and 70. RGB value is (204,178,112). Sum of RGB (Red+Green+Blue) = 204+178+112=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB270 is #334D8F. Grayscale: #B2B2B2. Windows color (decimal): -3362192 or 7385804. OLE color: 7385804.
HSL color Cylindrical-coordinate representation of color #CCB270: hue angle of 43.04º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCB270 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 112 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.2 |
| HSL | 43.04º | 0.47% | 0.62% | - |
| HSV(B) | 43.04º | 0.45% | 0.8% | - |
| XYZ | 43.75 | 45.85 | 21.87 | - |
| YUV | 178.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 112 | 0 | 0.13 | 0.45 | 0.2 | 43.04 | 0.47 | 0.62 |
| Hex | CC | B2 | 70 | 0 | D | 2D | 14 | 2B | 2F | 3E |
| Octal | 314 | 262 | 160 | 0 | 15 | 55 | 24 | 53 | 57 | 76 |
| Binary | 11001100 | 10110010 | 1110000 | 0 | 1101 | 101101 | 10100 | 101011 | 101111 | 111110 |
Color Harmonies of #CCB270
Complementary color
Monochromatic Colors of #CCB270
Black with #CCB270
Text Example
Text Example
White with #CCB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB270; }
p { color: rgb(204,178,112); }
H1.HeaderClassName
{
color: #CCB270;
}
.AnyTagClassName
{
color: #CCB270;
}
</style>
background-color css
<style>
a { background-color: #CCB270; }
a { background-color: rgb(204,178,112); }
div.DivClassName
{
background-color: #CCB270;
}
.BgClassName
{
background-color: #CCB270;
}
</style>
border-color css
<style>
span { border-color: #CCB270; }
span { border-color: rgb(204,178,112); }
td.TdClassName
{
border-color: #CCB270;
}
.TagClassName
{
border-color: #CCB270;
}
</style>