Shades of Putty #CCB369
Tints of Putty #CCB369
RGB
CMYK
RGB Variations
Color information
#CCB369 (or 0xCCB369) is known color: Putty. HEX triplet: CC, B3 and 69. RGB value is (204,179,105). Sum of RGB (Red+Green+Blue) = 204+179+105=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB369 is #334C96. Grayscale: #B2B2B2. Windows color (decimal): -3361943 or 6927308. OLE color: 6927308.
HSL color Cylindrical-coordinate representation of color #CCB369: hue angle of 44.85º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCB369 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 105 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.2 |
| HSL | 44.85º | 0.49% | 0.61% | - |
| HSV(B) | 44.85º | 0.49% | 0.8% | - |
| XYZ | 43.57 | 46.1 | 19.97 | - |
| YUV | 178.04 | 86.78 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 105 | 0 | 0.12 | 0.49 | 0.2 | 44.85 | 0.49 | 0.61 |
| Hex | CC | B3 | 69 | 0 | C | 31 | 14 | 2D | 31 | 3D |
| Octal | 314 | 263 | 151 | 0 | 14 | 61 | 24 | 55 | 61 | 75 |
| Binary | 11001100 | 10110011 | 1101001 | 0 | 1100 | 110001 | 10100 | 101101 | 110001 | 111101 |
Color Harmonies of #CCB369
Complementary color
Monochromatic Colors of #CCB369
Black with #CCB369
Text Example
Text Example
White with #CCB369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB369; }
p { color: rgb(204,179,105); }
H1.HeaderClassName
{
color: #CCB369;
}
.AnyTagClassName
{
color: #CCB369;
}
</style>
background-color css
<style>
a { background-color: #CCB369; }
a { background-color: rgb(204,179,105); }
div.DivClassName
{
background-color: #CCB369;
}
.BgClassName
{
background-color: #CCB369;
}
</style>
border-color css
<style>
span { border-color: #CCB369; }
span { border-color: rgb(204,179,105); }
td.TdClassName
{
border-color: #CCB369;
}
.TagClassName
{
border-color: #CCB369;
}
</style>