Shades of Calico #CEAF7E
Tints of Calico #CEAF7E
RGB
CMYK
RGB Variations
Color information
#CEAF7E (or 0xCEAF7E) is known color: Calico. HEX triplet: CE, AF and 7E. RGB value is (206,175,126). Sum of RGB (Red+Green+Blue) = 206+175+126=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF7E is #315081. Grayscale: #B2B2B2. Windows color (decimal): -3231874 or 8302542. OLE color: 8302542.
HSL color Cylindrical-coordinate representation of color #CEAF7E: hue angle of 36.75º 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 #CEAF7E is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 126 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.19 |
| HSL | 36.75º | 0.45% | 0.65% | - |
| HSV(B) | 36.75º | 0.39% | 0.81% | - |
| XYZ | 44.55 | 45.29 | 26.13 | - |
| YUV | 178.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 126 | 0 | 0.15 | 0.39 | 0.19 | 36.75 | 0.45 | 0.65 |
| Hex | CE | AF | 7E | 0 | F | 27 | 13 | 25 | 2D | 41 |
| Octal | 316 | 257 | 176 | 0 | 17 | 47 | 23 | 45 | 55 | 101 |
| Binary | 11001110 | 10101111 | 1111110 | 0 | 1111 | 100111 | 10011 | 100101 | 101101 | 1000001 |
Color Harmonies of #CEAF7E
Complementary color
Monochromatic Colors of #CEAF7E
Black with #CEAF7E
Text Example
Text Example
White with #CEAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF7E; }
p { color: rgb(206,175,126); }
H1.HeaderClassName
{
color: #CEAF7E;
}
.AnyTagClassName
{
color: #CEAF7E;
}
</style>
background-color css
<style>
a { background-color: #CEAF7E; }
a { background-color: rgb(206,175,126); }
div.DivClassName
{
background-color: #CEAF7E;
}
.BgClassName
{
background-color: #CEAF7E;
}
</style>
border-color css
<style>
span { border-color: #CEAF7E; }
span { border-color: rgb(206,175,126); }
td.TdClassName
{
border-color: #CEAF7E;
}
.TagClassName
{
border-color: #CEAF7E;
}
</style>