Shades of Tan #CCB492
Tints of Tan #CCB492
RGB
CMYK
RGB Variations
Color information
#CCB492 (or 0xCCB492) is known color: Tan. HEX triplet: CC, B4 and 92. RGB value is (204,180,146). Sum of RGB (Red+Green+Blue) = 204+180+146=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB492 is #334B6D. Grayscale: #B7B7B7. Windows color (decimal): -3361646 or 9614540. OLE color: 9614540.
HSL color Cylindrical-coordinate representation of color #CCB492: hue angle of 35.17º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCB492 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 146 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.2 |
| HSL | 35.17º | 0.36% | 0.69% | - |
| HSV(B) | 35.17º | 0.28% | 0.8% | - |
| XYZ | 46.41 | 47.56 | 33.93 | - |
| YUV | 183.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 146 | 0 | 0.12 | 0.28 | 0.2 | 35.17 | 0.36 | 0.69 |
| Hex | CC | B4 | 92 | 0 | C | 1C | 14 | 23 | 24 | 45 |
| Octal | 314 | 264 | 222 | 0 | 14 | 34 | 24 | 43 | 44 | 105 |
| Binary | 11001100 | 10110100 | 10010010 | 0 | 1100 | 11100 | 10100 | 100011 | 100100 | 1000101 |
Color Harmonies of #CCB492
Complementary color
Monochromatic Colors of #CCB492
Black with #CCB492
Text Example
Text Example
White with #CCB492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB492; }
p { color: rgb(204,180,146); }
H1.HeaderClassName
{
color: #CCB492;
}
.AnyTagClassName
{
color: #CCB492;
}
</style>
background-color css
<style>
a { background-color: #CCB492; }
a { background-color: rgb(204,180,146); }
div.DivClassName
{
background-color: #CCB492;
}
.BgClassName
{
background-color: #CCB492;
}
</style>
border-color css
<style>
span { border-color: #CCB492; }
span { border-color: rgb(204,180,146); }
td.TdClassName
{
border-color: #CCB492;
}
.TagClassName
{
border-color: #CCB492;
}
</style>