Shades of Putty #CCB46B
Tints of Putty #CCB46B
RGB
CMYK
RGB Variations
Color information
#CCB46B (or 0xCCB46B) is known color: Putty. HEX triplet: CC, B4 and 6B. RGB value is (204,180,107). Sum of RGB (Red+Green+Blue) = 204+180+107=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB46B is #334B94. Grayscale: #B3B3B3. Windows color (decimal): -3361685 or 7058636. OLE color: 7058636.
HSL color Cylindrical-coordinate representation of color #CCB46B: hue angle of 45.15º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCB46B is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 107 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.2 |
| HSL | 45.15º | 0.49% | 0.61% | - |
| HSV(B) | 45.15º | 0.48% | 0.8% | - |
| XYZ | 43.88 | 46.54 | 20.58 | - |
| YUV | 178.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 107 | 0 | 0.12 | 0.48 | 0.2 | 45.15 | 0.49 | 0.61 |
| Hex | CC | B4 | 6B | 0 | C | 30 | 14 | 2D | 31 | 3D |
| Octal | 314 | 264 | 153 | 0 | 14 | 60 | 24 | 55 | 61 | 75 |
| Binary | 11001100 | 10110100 | 1101011 | 0 | 1100 | 110000 | 10100 | 101101 | 110001 | 111101 |
Color Harmonies of #CCB46B
Complementary color
Monochromatic Colors of #CCB46B
Black with #CCB46B
Text Example
Text Example
White with #CCB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB46B; }
p { color: rgb(204,180,107); }
H1.HeaderClassName
{
color: #CCB46B;
}
.AnyTagClassName
{
color: #CCB46B;
}
</style>
background-color css
<style>
a { background-color: #CCB46B; }
a { background-color: rgb(204,180,107); }
div.DivClassName
{
background-color: #CCB46B;
}
.BgClassName
{
background-color: #CCB46B;
}
</style>
border-color css
<style>
span { border-color: #CCB46B; }
span { border-color: rgb(204,180,107); }
td.TdClassName
{
border-color: #CCB46B;
}
.TagClassName
{
border-color: #CCB46B;
}
</style>