Shades of Putty #CCB674
Tints of Putty #CCB674
RGB
CMYK
RGB Variations
Color information
#CCB674 (or 0xCCB674) is known color: Putty. HEX triplet: CC, B6 and 74. RGB value is (204,182,116). Sum of RGB (Red+Green+Blue) = 204+182+116=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB674 is #33498B. Grayscale: #B5B5B5. Windows color (decimal): -3361164 or 7648972. OLE color: 7648972.
HSL color Cylindrical-coordinate representation of color #CCB674: hue angle of 45º 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 #CCB674 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 116 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.2 |
| HSL | 45º | 0.46% | 0.63% | - |
| HSV(B) | 45º | 0.43% | 0.8% | - |
| XYZ | 44.78 | 47.55 | 23.34 | - |
| YUV | 181.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 116 | 0 | 0.11 | 0.43 | 0.2 | 45 | 0.46 | 0.63 |
| Hex | CC | B6 | 74 | 0 | B | 2B | 14 | 2D | 2E | 3F |
| Octal | 314 | 266 | 164 | 0 | 13 | 53 | 24 | 55 | 56 | 77 |
| Binary | 11001100 | 10110110 | 1110100 | 0 | 1011 | 101011 | 10100 | 101101 | 101110 | 111111 |
Color Harmonies of #CCB674
Complementary color
Monochromatic Colors of #CCB674
Black with #CCB674
Text Example
Text Example
White with #CCB674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB674; }
p { color: rgb(204,182,116); }
H1.HeaderClassName
{
color: #CCB674;
}
.AnyTagClassName
{
color: #CCB674;
}
</style>
background-color css
<style>
a { background-color: #CCB674; }
a { background-color: rgb(204,182,116); }
div.DivClassName
{
background-color: #CCB674;
}
.BgClassName
{
background-color: #CCB674;
}
</style>
border-color css
<style>
span { border-color: #CCB674; }
span { border-color: rgb(204,182,116); }
td.TdClassName
{
border-color: #CCB674;
}
.TagClassName
{
border-color: #CCB674;
}
</style>