Shades of Chamois #F2CB92
Tints of Chamois #F2CB92
RGB
CMYK
RGB Variations
Color information
#F2CB92 (or 0xF2CB92) is known color: Chamois. HEX triplet: F2, CB and 92. RGB value is (242,203,146). Sum of RGB (Red+Green+Blue) = 242+203+146=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CB92 is #0D346D. Grayscale: #D0D0D0. Windows color (decimal): -865390 or 9620466. OLE color: 9620466.
HSL color Cylindrical-coordinate representation of color #F2CB92: hue angle of 35.62º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2CB92 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 146 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.05 |
| HSL | 35.63º | 0.79% | 0.76% | - |
| HSV(B) | 35.63º | 0.4% | 0.95% | - |
| XYZ | 63.16 | 63.66 | 36.15 | - |
| YUV | 208.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 146 | 0 | 0.16 | 0.40 | 0.05 | 35.63 | 0.79 | 0.76 |
| Hex | F2 | CB | 92 | 0 | 10 | 28 | 5 | 24 | 4F | 4C |
| Octal | 362 | 313 | 222 | 0 | 20 | 50 | 5 | 44 | 117 | 114 |
| Binary | 11110010 | 11001011 | 10010010 | 0 | 10000 | 101000 | 101 | 100100 | 1001111 | 1001100 |
Color Harmonies of #F2CB92
Complementary color
Monochromatic Colors of #F2CB92
Black with #F2CB92
Text Example
Text Example
White with #F2CB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB92; }
p { color: rgb(242,203,146); }
H1.HeaderClassName
{
color: #F2CB92;
}
.AnyTagClassName
{
color: #F2CB92;
}
</style>
background-color css
<style>
a { background-color: #F2CB92; }
a { background-color: rgb(242,203,146); }
div.DivClassName
{
background-color: #F2CB92;
}
.BgClassName
{
background-color: #F2CB92;
}
</style>
border-color css
<style>
span { border-color: #F2CB92; }
span { border-color: rgb(242,203,146); }
td.TdClassName
{
border-color: #F2CB92;
}
.TagClassName
{
border-color: #F2CB92;
}
</style>