Shades of Calico #CBAF84
Tints of Calico #CBAF84
RGB
CMYK
RGB Variations
Color information
#CBAF84 (or 0xCBAF84) is known color: Calico. HEX triplet: CB, AF and 84. RGB value is (203,175,132). Sum of RGB (Red+Green+Blue) = 203+175+132=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF84 is #34507B. Grayscale: #B2B2B2. Windows color (decimal): -3428476 or 8695755. OLE color: 8695755.
HSL color Cylindrical-coordinate representation of color #CBAF84: hue angle of 36.34º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBAF84 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 132 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.20 |
| HSL | 36.34º | 0.41% | 0.66% | - |
| HSV(B) | 36.34º | 0.35% | 0.8% | - |
| XYZ | 44.12 | 45.02 | 28.19 | - |
| YUV | 178.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 132 | 0 | 0.14 | 0.35 | 0.20 | 36.34 | 0.41 | 0.66 |
| Hex | CB | AF | 84 | 0 | E | 23 | 14 | 24 | 29 | 42 |
| Octal | 313 | 257 | 204 | 0 | 16 | 43 | 24 | 44 | 51 | 102 |
| Binary | 11001011 | 10101111 | 10000100 | 0 | 1110 | 100011 | 10100 | 100100 | 101001 | 1000010 |
Color Harmonies of #CBAF84
Complementary color
Monochromatic Colors of #CBAF84
Black with #CBAF84
Text Example
Text Example
White with #CBAF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF84; }
p { color: rgb(203,175,132); }
H1.HeaderClassName
{
color: #CBAF84;
}
.AnyTagClassName
{
color: #CBAF84;
}
</style>
background-color css
<style>
a { background-color: #CBAF84; }
a { background-color: rgb(203,175,132); }
div.DivClassName
{
background-color: #CBAF84;
}
.BgClassName
{
background-color: #CBAF84;
}
</style>
border-color css
<style>
span { border-color: #CBAF84; }
span { border-color: rgb(203,175,132); }
td.TdClassName
{
border-color: #CBAF84;
}
.TagClassName
{
border-color: #CBAF84;
}
</style>