Shades of Whiskey #CF936C
Tints of Whiskey #CF936C
RGB
CMYK
RGB Variations
Color information
#CF936C (or 0xCF936C) is known color: Whiskey. HEX triplet: CF, 93 and 6C. RGB value is (207,147,108). Sum of RGB (Red+Green+Blue) = 207+147+108=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF936C is #306C93. Grayscale: #A0A0A0. Windows color (decimal): -3173524 or 7115727. OLE color: 7115727.
HSL color Cylindrical-coordinate representation of color #CF936C: hue angle of 23.64º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF936C is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 108 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.19 |
| HSL | 23.64º | 0.51% | 0.62% | - |
| HSV(B) | 23.64º | 0.48% | 0.81% | - |
| XYZ | 38.87 | 35.22 | 18.94 | - |
| YUV | 160.49 | 98.38 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 108 | 0 | 0.29 | 0.48 | 0.19 | 23.64 | 0.51 | 0.62 |
| Hex | CF | 93 | 6C | 0 | 1D | 30 | 13 | 18 | 33 | 3E |
| Octal | 317 | 223 | 154 | 0 | 35 | 60 | 23 | 30 | 63 | 76 |
| Binary | 11001111 | 10010011 | 1101100 | 0 | 11101 | 110000 | 10011 | 11000 | 110011 | 111110 |
Color Harmonies of #CF936C
Complementary color
Monochromatic Colors of #CF936C
Black with #CF936C
Text Example
Text Example
White with #CF936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF936C; }
p { color: rgb(207,147,108); }
H1.HeaderClassName
{
color: #CF936C;
}
.AnyTagClassName
{
color: #CF936C;
}
</style>
background-color css
<style>
a { background-color: #CF936C; }
a { background-color: rgb(207,147,108); }
div.DivClassName
{
background-color: #CF936C;
}
.BgClassName
{
background-color: #CF936C;
}
</style>
border-color css
<style>
span { border-color: #CF936C; }
span { border-color: rgb(207,147,108); }
td.TdClassName
{
border-color: #CF936C;
}
.TagClassName
{
border-color: #CF936C;
}
</style>