Shades of Calico #CCB181
Tints of Calico #CCB181
RGB
CMYK
RGB Variations
Color information
#CCB181 (or 0xCCB181) is known color: Calico. HEX triplet: CC, B1 and 81. RGB value is (204,177,129). Sum of RGB (Red+Green+Blue) = 204+177+129=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB181 is #334E7E. Grayscale: #B3B3B3. Windows color (decimal): -3362431 or 8499660. OLE color: 8499660.
HSL color Cylindrical-coordinate representation of color #CCB181: hue angle of 38.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCB181 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 129 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.2 |
| HSL | 38.4º | 0.42% | 0.65% | - |
| HSV(B) | 38.4º | 0.37% | 0.8% | - |
| XYZ | 44.59 | 45.87 | 27.27 | - |
| YUV | 179.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 129 | 0 | 0.13 | 0.37 | 0.2 | 38.4 | 0.42 | 0.65 |
| Hex | CC | B1 | 81 | 0 | D | 25 | 14 | 26 | 2A | 41 |
| Octal | 314 | 261 | 201 | 0 | 15 | 45 | 24 | 46 | 52 | 101 |
| Binary | 11001100 | 10110001 | 10000001 | 0 | 1101 | 100101 | 10100 | 100110 | 101010 | 1000001 |
Color Harmonies of #CCB181
Complementary color
Monochromatic Colors of #CCB181
Black with #CCB181
Text Example
Text Example
White with #CCB181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB181; }
p { color: rgb(204,177,129); }
H1.HeaderClassName
{
color: #CCB181;
}
.AnyTagClassName
{
color: #CCB181;
}
</style>
background-color css
<style>
a { background-color: #CCB181; }
a { background-color: rgb(204,177,129); }
div.DivClassName
{
background-color: #CCB181;
}
.BgClassName
{
background-color: #CCB181;
}
</style>
border-color css
<style>
span { border-color: #CCB181; }
span { border-color: rgb(204,177,129); }
td.TdClassName
{
border-color: #CCB181;
}
.TagClassName
{
border-color: #CCB181;
}
</style>