Shades of Calico #C8AD83
Tints of Calico #C8AD83
RGB
CMYK
RGB Variations
Color information
#C8AD83 (or 0xC8AD83) is known color: Calico. HEX triplet: C8, AD and 83. RGB value is (200,173,131). Sum of RGB (Red+Green+Blue) = 200+173+131=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD83 is #37527C. Grayscale: #B0B0B0. Windows color (decimal): -3625597 or 8629704. OLE color: 8629704.
HSL color Cylindrical-coordinate representation of color #C8AD83: hue angle of 36.52º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8AD83 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 131 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.22 |
| HSL | 36.52º | 0.39% | 0.65% | - |
| HSV(B) | 36.52º | 0.35% | 0.78% | - |
| XYZ | 42.86 | 43.81 | 27.67 | - |
| YUV | 176.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 131 | 0 | 0.14 | 0.34 | 0.22 | 36.52 | 0.39 | 0.65 |
| Hex | C8 | AD | 83 | 0 | E | 22 | 16 | 25 | 27 | 41 |
| Octal | 310 | 255 | 203 | 0 | 16 | 42 | 26 | 45 | 47 | 101 |
| Binary | 11001000 | 10101101 | 10000011 | 0 | 1110 | 100010 | 10110 | 100101 | 100111 | 1000001 |
Color Harmonies of #C8AD83
Complementary color
Monochromatic Colors of #C8AD83
Black with #C8AD83
Text Example
Text Example
White with #C8AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD83; }
p { color: rgb(200,173,131); }
H1.HeaderClassName
{
color: #C8AD83;
}
.AnyTagClassName
{
color: #C8AD83;
}
</style>
background-color css
<style>
a { background-color: #C8AD83; }
a { background-color: rgb(200,173,131); }
div.DivClassName
{
background-color: #C8AD83;
}
.BgClassName
{
background-color: #C8AD83;
}
</style>
border-color css
<style>
span { border-color: #C8AD83; }
span { border-color: rgb(200,173,131); }
td.TdClassName
{
border-color: #C8AD83;
}
.TagClassName
{
border-color: #C8AD83;
}
</style>