Shades of Putty #CCB368
Tints of Putty #CCB368
RGB
CMYK
RGB Variations
Color information
#CCB368 (or 0xCCB368) is known color: Putty. HEX triplet: CC, B3 and 68. RGB value is (204,179,104). Sum of RGB (Red+Green+Blue) = 204+179+104=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB368 is #334C97. Grayscale: #B2B2B2. Windows color (decimal): -3361944 or 6861772. OLE color: 6861772.
HSL color Cylindrical-coordinate representation of color #CCB368: hue angle of 45º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCB368 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 104 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.2 |
| HSL | 45º | 0.5% | 0.6% | - |
| HSV(B) | 45º | 0.49% | 0.8% | - |
| XYZ | 43.52 | 46.08 | 19.7 | - |
| YUV | 177.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 104 | 0 | 0.12 | 0.49 | 0.2 | 45 | 0.5 | 0.6 |
| Hex | CC | B3 | 68 | 0 | C | 31 | 14 | 2D | 32 | 3C |
| Octal | 314 | 263 | 150 | 0 | 14 | 61 | 24 | 55 | 62 | 74 |
| Binary | 11001100 | 10110011 | 1101000 | 0 | 1100 | 110001 | 10100 | 101101 | 110010 | 111100 |
Color Harmonies of #CCB368
Complementary color
Monochromatic Colors of #CCB368
Black with #CCB368
Text Example
Text Example
White with #CCB368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB368; }
p { color: rgb(204,179,104); }
H1.HeaderClassName
{
color: #CCB368;
}
.AnyTagClassName
{
color: #CCB368;
}
</style>
background-color css
<style>
a { background-color: #CCB368; }
a { background-color: rgb(204,179,104); }
div.DivClassName
{
background-color: #CCB368;
}
.BgClassName
{
background-color: #CCB368;
}
</style>
border-color css
<style>
span { border-color: #CCB368; }
span { border-color: rgb(204,179,104); }
td.TdClassName
{
border-color: #CCB368;
}
.TagClassName
{
border-color: #CCB368;
}
</style>