Shades of Tan #CCB68C
Tints of Tan #CCB68C
RGB
CMYK
RGB Variations
Color information
#CCB68C (or 0xCCB68C) is known color: Tan. HEX triplet: CC, B6 and 8C. RGB value is (204,182,140). Sum of RGB (Red+Green+Blue) = 204+182+140=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB68C is #334973. Grayscale: #B7B7B7. Windows color (decimal): -3361140 or 9221836. OLE color: 9221836.
HSL color Cylindrical-coordinate representation of color #CCB68C: hue angle of 39.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCB68C is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 140 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.2 |
| HSL | 39.38º | 0.39% | 0.67% | - |
| HSV(B) | 39.38º | 0.31% | 0.8% | - |
| XYZ | 46.36 | 48.19 | 31.67 | - |
| YUV | 183.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 140 | 0 | 0.11 | 0.31 | 0.2 | 39.38 | 0.39 | 0.67 |
| Hex | CC | B6 | 8C | 0 | B | 1F | 14 | 27 | 27 | 43 |
| Octal | 314 | 266 | 214 | 0 | 13 | 37 | 24 | 47 | 47 | 103 |
| Binary | 11001100 | 10110110 | 10001100 | 0 | 1011 | 11111 | 10100 | 100111 | 100111 | 1000011 |
Color Harmonies of #CCB68C
Complementary color
Monochromatic Colors of #CCB68C
Black with #CCB68C
Text Example
Text Example
White with #CCB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB68C; }
p { color: rgb(204,182,140); }
H1.HeaderClassName
{
color: #CCB68C;
}
.AnyTagClassName
{
color: #CCB68C;
}
</style>
background-color css
<style>
a { background-color: #CCB68C; }
a { background-color: rgb(204,182,140); }
div.DivClassName
{
background-color: #CCB68C;
}
.BgClassName
{
background-color: #CCB68C;
}
</style>
border-color css
<style>
span { border-color: #CCB68C; }
span { border-color: rgb(204,182,140); }
td.TdClassName
{
border-color: #CCB68C;
}
.TagClassName
{
border-color: #CCB68C;
}
</style>