Shades of Putty #CCB375
Tints of Putty #CCB375
RGB
CMYK
RGB Variations
Color information
#CCB375 (or 0xCCB375) is known color: Putty. HEX triplet: CC, B3 and 75. RGB value is (204,179,117). Sum of RGB (Red+Green+Blue) = 204+179+117=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB375 is #334C8A. Grayscale: #B3B3B3. Windows color (decimal): -3361931 or 7713740. OLE color: 7713740.
HSL color Cylindrical-coordinate representation of color #CCB375: hue angle of 42.76º 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 #CCB375 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 117 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.2 |
| HSL | 42.76º | 0.46% | 0.63% | - |
| HSV(B) | 42.76º | 0.43% | 0.8% | - |
| XYZ | 44.23 | 46.36 | 23.45 | - |
| YUV | 179.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 117 | 0 | 0.12 | 0.43 | 0.2 | 42.76 | 0.46 | 0.63 |
| Hex | CC | B3 | 75 | 0 | C | 2B | 14 | 2B | 2E | 3F |
| Octal | 314 | 263 | 165 | 0 | 14 | 53 | 24 | 53 | 56 | 77 |
| Binary | 11001100 | 10110011 | 1110101 | 0 | 1100 | 101011 | 10100 | 101011 | 101110 | 111111 |
Color Harmonies of #CCB375
Complementary color
Monochromatic Colors of #CCB375
Black with #CCB375
Text Example
Text Example
White with #CCB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB375; }
p { color: rgb(204,179,117); }
H1.HeaderClassName
{
color: #CCB375;
}
.AnyTagClassName
{
color: #CCB375;
}
</style>
background-color css
<style>
a { background-color: #CCB375; }
a { background-color: rgb(204,179,117); }
div.DivClassName
{
background-color: #CCB375;
}
.BgClassName
{
background-color: #CCB375;
}
</style>
border-color css
<style>
span { border-color: #CCB375; }
span { border-color: rgb(204,179,117); }
td.TdClassName
{
border-color: #CCB375;
}
.TagClassName
{
border-color: #CCB375;
}
</style>