Shades of Calico #CCB082
Tints of Calico #CCB082
RGB
CMYK
RGB Variations
Color information
#CCB082 (or 0xCCB082) is known color: Calico. HEX triplet: CC, B0 and 82. RGB value is (204,176,130). Sum of RGB (Red+Green+Blue) = 204+176+130=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB082 is #334F7D. Grayscale: #B3B3B3. Windows color (decimal): -3362686 or 8564940. OLE color: 8564940.
HSL color Cylindrical-coordinate representation of color #CCB082: hue angle of 37.3º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCB082 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 130 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.2 |
| HSL | 37.3º | 0.42% | 0.65% | - |
| HSV(B) | 37.3º | 0.36% | 0.8% | - |
| XYZ | 44.46 | 45.5 | 27.56 | - |
| YUV | 179.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 130 | 0 | 0.14 | 0.36 | 0.2 | 37.3 | 0.42 | 0.65 |
| Hex | CC | B0 | 82 | 0 | E | 24 | 14 | 25 | 2A | 41 |
| Octal | 314 | 260 | 202 | 0 | 16 | 44 | 24 | 45 | 52 | 101 |
| Binary | 11001100 | 10110000 | 10000010 | 0 | 1110 | 100100 | 10100 | 100101 | 101010 | 1000001 |
Color Harmonies of #CCB082
Complementary color
Monochromatic Colors of #CCB082
Black with #CCB082
Text Example
Text Example
White with #CCB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB082; }
p { color: rgb(204,176,130); }
H1.HeaderClassName
{
color: #CCB082;
}
.AnyTagClassName
{
color: #CCB082;
}
</style>
background-color css
<style>
a { background-color: #CCB082; }
a { background-color: rgb(204,176,130); }
div.DivClassName
{
background-color: #CCB082;
}
.BgClassName
{
background-color: #CCB082;
}
</style>
border-color css
<style>
span { border-color: #CCB082; }
span { border-color: rgb(204,176,130); }
td.TdClassName
{
border-color: #CCB082;
}
.TagClassName
{
border-color: #CCB082;
}
</style>