Shades of Putty #CCB274
Tints of Putty #CCB274
RGB
CMYK
RGB Variations
Color information
#CCB274 (or 0xCCB274) is known color: Putty. HEX triplet: CC, B2 and 74. RGB value is (204,178,116). Sum of RGB (Red+Green+Blue) = 204+178+116=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB274 is #334D8B. Grayscale: #B2B2B2. Windows color (decimal): -3362188 or 7647948. OLE color: 7647948.
HSL color Cylindrical-coordinate representation of color #CCB274: hue angle of 42.27º 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 #CCB274 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 116 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.2 |
| HSL | 42.27º | 0.46% | 0.63% | - |
| HSV(B) | 42.27º | 0.43% | 0.8% | - |
| XYZ | 43.97 | 45.94 | 23.07 | - |
| YUV | 178.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 116 | 0 | 0.13 | 0.43 | 0.2 | 42.27 | 0.46 | 0.63 |
| Hex | CC | B2 | 74 | 0 | D | 2B | 14 | 2A | 2E | 3F |
| Octal | 314 | 262 | 164 | 0 | 15 | 53 | 24 | 52 | 56 | 77 |
| Binary | 11001100 | 10110010 | 1110100 | 0 | 1101 | 101011 | 10100 | 101010 | 101110 | 111111 |
Color Harmonies of #CCB274
Complementary color
Monochromatic Colors of #CCB274
Black with #CCB274
Text Example
Text Example
White with #CCB274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB274; }
p { color: rgb(204,178,116); }
H1.HeaderClassName
{
color: #CCB274;
}
.AnyTagClassName
{
color: #CCB274;
}
</style>
background-color css
<style>
a { background-color: #CCB274; }
a { background-color: rgb(204,178,116); }
div.DivClassName
{
background-color: #CCB274;
}
.BgClassName
{
background-color: #CCB274;
}
</style>
border-color css
<style>
span { border-color: #CCB274; }
span { border-color: rgb(204,178,116); }
td.TdClassName
{
border-color: #CCB274;
}
.TagClassName
{
border-color: #CCB274;
}
</style>