Shades of Calico #CCB182
Tints of Calico #CCB182
RGB
CMYK
RGB Variations
Color information
#CCB182 (or 0xCCB182) is known color: Calico. HEX triplet: CC, B1 and 82. RGB value is (204,177,130). Sum of RGB (Red+Green+Blue) = 204+177+130=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB182 is #334E7D. Grayscale: #B3B3B3. Windows color (decimal): -3362430 or 8565196. OLE color: 8565196.
HSL color Cylindrical-coordinate representation of color #CCB182: hue angle of 38.11º 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 #CCB182 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 130 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.2 |
| HSL | 38.11º | 0.42% | 0.65% | - |
| HSV(B) | 38.11º | 0.36% | 0.8% | - |
| XYZ | 44.65 | 45.89 | 27.62 | - |
| YUV | 179.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 130 | 0 | 0.13 | 0.36 | 0.2 | 38.11 | 0.42 | 0.65 |
| Hex | CC | B1 | 82 | 0 | D | 24 | 14 | 26 | 2A | 41 |
| Octal | 314 | 261 | 202 | 0 | 15 | 44 | 24 | 46 | 52 | 101 |
| Binary | 11001100 | 10110001 | 10000010 | 0 | 1101 | 100100 | 10100 | 100110 | 101010 | 1000001 |
Color Harmonies of #CCB182
Complementary color
Monochromatic Colors of #CCB182
Black with #CCB182
Text Example
Text Example
White with #CCB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB182; }
p { color: rgb(204,177,130); }
H1.HeaderClassName
{
color: #CCB182;
}
.AnyTagClassName
{
color: #CCB182;
}
</style>
background-color css
<style>
a { background-color: #CCB182; }
a { background-color: rgb(204,177,130); }
div.DivClassName
{
background-color: #CCB182;
}
.BgClassName
{
background-color: #CCB182;
}
</style>
border-color css
<style>
span { border-color: #CCB182; }
span { border-color: rgb(204,177,130); }
td.TdClassName
{
border-color: #CCB182;
}
.TagClassName
{
border-color: #CCB182;
}
</style>