Shades of Calico #CCB085
Tints of Calico #CCB085
RGB
CMYK
RGB Variations
Color information
#CCB085 (or 0xCCB085) is known color: Calico. HEX triplet: CC, B0 and 85. RGB value is (204,176,133). Sum of RGB (Red+Green+Blue) = 204+176+133=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB085 is #334F7A. Grayscale: #B3B3B3. Windows color (decimal): -3362683 or 8761548. OLE color: 8761548.
HSL color Cylindrical-coordinate representation of color #CCB085: hue angle of 36.34º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCB085 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 133 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.2 |
| HSL | 36.34º | 0.41% | 0.66% | - |
| HSV(B) | 36.34º | 0.35% | 0.8% | - |
| XYZ | 44.66 | 45.58 | 28.63 | - |
| YUV | 179.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 133 | 0 | 0.14 | 0.35 | 0.2 | 36.34 | 0.41 | 0.66 |
| Hex | CC | B0 | 85 | 0 | E | 23 | 14 | 24 | 29 | 42 |
| Octal | 314 | 260 | 205 | 0 | 16 | 43 | 24 | 44 | 51 | 102 |
| Binary | 11001100 | 10110000 | 10000101 | 0 | 1110 | 100011 | 10100 | 100100 | 101001 | 1000010 |
Color Harmonies of #CCB085
Complementary color
Monochromatic Colors of #CCB085
Black with #CCB085
Text Example
Text Example
White with #CCB085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB085; }
p { color: rgb(204,176,133); }
H1.HeaderClassName
{
color: #CCB085;
}
.AnyTagClassName
{
color: #CCB085;
}
</style>
background-color css
<style>
a { background-color: #CCB085; }
a { background-color: rgb(204,176,133); }
div.DivClassName
{
background-color: #CCB085;
}
.BgClassName
{
background-color: #CCB085;
}
</style>
border-color css
<style>
span { border-color: #CCB085; }
span { border-color: rgb(204,176,133); }
td.TdClassName
{
border-color: #CCB085;
}
.TagClassName
{
border-color: #CCB085;
}
</style>