Shades of Calico #CEAD7D
Tints of Calico #CEAD7D
RGB
CMYK
RGB Variations
Color information
#CEAD7D (or 0xCEAD7D) is known color: Calico. HEX triplet: CE, AD and 7D. RGB value is (206,173,125). Sum of RGB (Red+Green+Blue) = 206+173+125=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD7D is #315282. Grayscale: #B1B1B1. Windows color (decimal): -3232387 or 8236494. OLE color: 8236494.
HSL color Cylindrical-coordinate representation of color #CEAD7D: hue angle of 35.56º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEAD7D is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 125 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.19 |
| HSL | 35.56º | 0.45% | 0.65% | - |
| HSV(B) | 35.56º | 0.39% | 0.81% | - |
| XYZ | 44.1 | 44.49 | 25.67 | - |
| YUV | 177.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 125 | 0 | 0.16 | 0.39 | 0.19 | 35.56 | 0.45 | 0.65 |
| Hex | CE | AD | 7D | 0 | 10 | 27 | 13 | 24 | 2D | 41 |
| Octal | 316 | 255 | 175 | 0 | 20 | 47 | 23 | 44 | 55 | 101 |
| Binary | 11001110 | 10101101 | 1111101 | 0 | 10000 | 100111 | 10011 | 100100 | 101101 | 1000001 |
Color Harmonies of #CEAD7D
Complementary color
Monochromatic Colors of #CEAD7D
Black with #CEAD7D
Text Example
Text Example
White with #CEAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD7D; }
p { color: rgb(206,173,125); }
H1.HeaderClassName
{
color: #CEAD7D;
}
.AnyTagClassName
{
color: #CEAD7D;
}
</style>
background-color css
<style>
a { background-color: #CEAD7D; }
a { background-color: rgb(206,173,125); }
div.DivClassName
{
background-color: #CEAD7D;
}
.BgClassName
{
background-color: #CEAD7D;
}
</style>
border-color css
<style>
span { border-color: #CEAD7D; }
span { border-color: rgb(206,173,125); }
td.TdClassName
{
border-color: #CEAD7D;
}
.TagClassName
{
border-color: #CEAD7D;
}
</style>