Shades of Tan #CCB28F
Tints of Tan #CCB28F
RGB
CMYK
RGB Variations
Color information
#CCB28F (or 0xCCB28F) is known color: Tan. HEX triplet: CC, B2 and 8F. RGB value is (204,178,143). Sum of RGB (Red+Green+Blue) = 204+178+143=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB28F is #334D70. Grayscale: #B5B5B5. Windows color (decimal): -3362161 or 9417420. OLE color: 9417420.
HSL color Cylindrical-coordinate representation of color #CCB28F: hue angle of 34.43º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCB28F is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 143 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.2 |
| HSL | 34.43º | 0.37% | 0.68% | - |
| HSV(B) | 34.43º | 0.3% | 0.8% | - |
| XYZ | 45.78 | 46.66 | 32.58 | - |
| YUV | 181.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 143 | 0 | 0.13 | 0.30 | 0.2 | 34.43 | 0.37 | 0.68 |
| Hex | CC | B2 | 8F | 0 | D | 1E | 14 | 22 | 25 | 44 |
| Octal | 314 | 262 | 217 | 0 | 15 | 36 | 24 | 42 | 45 | 104 |
| Binary | 11001100 | 10110010 | 10001111 | 0 | 1101 | 11110 | 10100 | 100010 | 100101 | 1000100 |
Color Harmonies of #CCB28F
Complementary color
Monochromatic Colors of #CCB28F
Black with #CCB28F
Text Example
Text Example
White with #CCB28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB28F; }
p { color: rgb(204,178,143); }
H1.HeaderClassName
{
color: #CCB28F;
}
.AnyTagClassName
{
color: #CCB28F;
}
</style>
background-color css
<style>
a { background-color: #CCB28F; }
a { background-color: rgb(204,178,143); }
div.DivClassName
{
background-color: #CCB28F;
}
.BgClassName
{
background-color: #CCB28F;
}
</style>
border-color css
<style>
span { border-color: #CCB28F; }
span { border-color: rgb(204,178,143); }
td.TdClassName
{
border-color: #CCB28F;
}
.TagClassName
{
border-color: #CCB28F;
}
</style>