Shades of Calico #CEAF7D
Tints of Calico #CEAF7D
RGB
CMYK
RGB Variations
Color information
#CEAF7D (or 0xCEAF7D) is known color: Calico. HEX triplet: CE, AF and 7D. RGB value is (206,175,125). Sum of RGB (Red+Green+Blue) = 206+175+125=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF7D is #315082. Grayscale: #B2B2B2. Windows color (decimal): -3231875 or 8237006. OLE color: 8237006.
HSL color Cylindrical-coordinate representation of color #CEAF7D: hue angle of 37.04º 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 #CEAF7D is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 125 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.19 |
| HSL | 37.04º | 0.45% | 0.65% | - |
| HSV(B) | 37.04º | 0.39% | 0.81% | - |
| XYZ | 44.49 | 45.26 | 25.79 | - |
| YUV | 178.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 125 | 0 | 0.15 | 0.39 | 0.19 | 37.04 | 0.45 | 0.65 |
| Hex | CE | AF | 7D | 0 | F | 27 | 13 | 25 | 2D | 41 |
| Octal | 316 | 257 | 175 | 0 | 17 | 47 | 23 | 45 | 55 | 101 |
| Binary | 11001110 | 10101111 | 1111101 | 0 | 1111 | 100111 | 10011 | 100101 | 101101 | 1000001 |
Color Harmonies of #CEAF7D
Complementary color
Monochromatic Colors of #CEAF7D
Black with #CEAF7D
Text Example
Text Example
White with #CEAF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF7D; }
p { color: rgb(206,175,125); }
H1.HeaderClassName
{
color: #CEAF7D;
}
.AnyTagClassName
{
color: #CEAF7D;
}
</style>
background-color css
<style>
a { background-color: #CEAF7D; }
a { background-color: rgb(206,175,125); }
div.DivClassName
{
background-color: #CEAF7D;
}
.BgClassName
{
background-color: #CEAF7D;
}
</style>
border-color css
<style>
span { border-color: #CEAF7D; }
span { border-color: rgb(206,175,125); }
td.TdClassName
{
border-color: #CEAF7D;
}
.TagClassName
{
border-color: #CEAF7D;
}
</style>