Shades of Calico #CCB084
Tints of Calico #CCB084
RGB
CMYK
RGB Variations
Color information
#CCB084 (or 0xCCB084) is known color: Calico. HEX triplet: CC, B0 and 84. RGB value is (204,176,132). Sum of RGB (Red+Green+Blue) = 204+176+132=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB084 is #334F7B. Grayscale: #B3B3B3. Windows color (decimal): -3362684 or 8696012. OLE color: 8696012.
HSL color Cylindrical-coordinate representation of color #CCB084: hue angle of 36.67º 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 #CCB084 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 132 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.2 |
| HSL | 36.67º | 0.41% | 0.66% | - |
| HSV(B) | 36.67º | 0.35% | 0.8% | - |
| XYZ | 44.59 | 45.55 | 28.27 | - |
| YUV | 179.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 132 | 0 | 0.14 | 0.35 | 0.2 | 36.67 | 0.41 | 0.66 |
| Hex | CC | B0 | 84 | 0 | E | 23 | 14 | 25 | 29 | 42 |
| Octal | 314 | 260 | 204 | 0 | 16 | 43 | 24 | 45 | 51 | 102 |
| Binary | 11001100 | 10110000 | 10000100 | 0 | 1110 | 100011 | 10100 | 100101 | 101001 | 1000010 |
Color Harmonies of #CCB084
Complementary color
Monochromatic Colors of #CCB084
Black with #CCB084
Text Example
Text Example
White with #CCB084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB084; }
p { color: rgb(204,176,132); }
H1.HeaderClassName
{
color: #CCB084;
}
.AnyTagClassName
{
color: #CCB084;
}
</style>
background-color css
<style>
a { background-color: #CCB084; }
a { background-color: rgb(204,176,132); }
div.DivClassName
{
background-color: #CCB084;
}
.BgClassName
{
background-color: #CCB084;
}
</style>
border-color css
<style>
span { border-color: #CCB084; }
span { border-color: rgb(204,176,132); }
td.TdClassName
{
border-color: #CCB084;
}
.TagClassName
{
border-color: #CCB084;
}
</style>