Shades of Calico #CDB185
Tints of Calico #CDB185
RGB
CMYK
RGB Variations
Color information
#CDB185 (or 0xCDB185) is known color: Calico. HEX triplet: CD, B1 and 85. RGB value is (205,177,133). Sum of RGB (Red+Green+Blue) = 205+177+133=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB185 is #324E7A. Grayscale: #B4B4B4. Windows color (decimal): -3296891 or 8761805. OLE color: 8761805.
HSL color Cylindrical-coordinate representation of color #CDB185: hue angle of 36.67º degrees, saturation: 0.42, 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 #CDB185 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 133 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.20 |
| HSL | 36.67º | 0.42% | 0.66% | - |
| HSV(B) | 36.67º | 0.35% | 0.8% | - |
| XYZ | 45.13 | 46.12 | 28.71 | - |
| YUV | 180.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 133 | 0 | 0.14 | 0.35 | 0.20 | 36.67 | 0.42 | 0.66 |
| Hex | CD | B1 | 85 | 0 | E | 23 | 14 | 25 | 2A | 42 |
| Octal | 315 | 261 | 205 | 0 | 16 | 43 | 24 | 45 | 52 | 102 |
| Binary | 11001101 | 10110001 | 10000101 | 0 | 1110 | 100011 | 10100 | 100101 | 101010 | 1000010 |
Color Harmonies of #CDB185
Complementary color
Monochromatic Colors of #CDB185
Black with #CDB185
Text Example
Text Example
White with #CDB185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB185; }
p { color: rgb(205,177,133); }
H1.HeaderClassName
{
color: #CDB185;
}
.AnyTagClassName
{
color: #CDB185;
}
</style>
background-color css
<style>
a { background-color: #CDB185; }
a { background-color: rgb(205,177,133); }
div.DivClassName
{
background-color: #CDB185;
}
.BgClassName
{
background-color: #CDB185;
}
</style>
border-color css
<style>
span { border-color: #CDB185; }
span { border-color: rgb(205,177,133); }
td.TdClassName
{
border-color: #CDB185;
}
.TagClassName
{
border-color: #CDB185;
}
</style>