Shades of Calico #CFB481
Tints of Calico #CFB481
RGB
CMYK
RGB Variations
Color information
#CFB481 (or 0xCFB481) is known color: Calico. HEX triplet: CF, B4 and 81. RGB value is (207,180,129). Sum of RGB (Red+Green+Blue) = 207+180+129=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB481 is #304B7E. Grayscale: #B6B6B6. Windows color (decimal): -3165055 or 8500431. OLE color: 8500431.
HSL color Cylindrical-coordinate representation of color #CFB481: hue angle of 39.23º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFB481 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 129 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.19 |
| HSL | 39.23º | 0.45% | 0.66% | - |
| HSV(B) | 39.23º | 0.38% | 0.81% | - |
| XYZ | 46.02 | 47.49 | 27.51 | - |
| YUV | 182.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 129 | 0 | 0.13 | 0.38 | 0.19 | 39.23 | 0.45 | 0.66 |
| Hex | CF | B4 | 81 | 0 | D | 26 | 13 | 27 | 2D | 42 |
| Octal | 317 | 264 | 201 | 0 | 15 | 46 | 23 | 47 | 55 | 102 |
| Binary | 11001111 | 10110100 | 10000001 | 0 | 1101 | 100110 | 10011 | 100111 | 101101 | 1000010 |
Color Harmonies of #CFB481
Complementary color
Monochromatic Colors of #CFB481
Black with #CFB481
Text Example
Text Example
White with #CFB481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB481; }
p { color: rgb(207,180,129); }
H1.HeaderClassName
{
color: #CFB481;
}
.AnyTagClassName
{
color: #CFB481;
}
</style>
background-color css
<style>
a { background-color: #CFB481; }
a { background-color: rgb(207,180,129); }
div.DivClassName
{
background-color: #CFB481;
}
.BgClassName
{
background-color: #CFB481;
}
</style>
border-color css
<style>
span { border-color: #CFB481; }
span { border-color: rgb(207,180,129); }
td.TdClassName
{
border-color: #CFB481;
}
.TagClassName
{
border-color: #CFB481;
}
</style>