Shades of Whiskey #CA8F67
Tints of Whiskey #CA8F67
RGB
CMYK
RGB Variations
Color information
#CA8F67 (or 0xCA8F67) is known color: Whiskey. HEX triplet: CA, 8F and 67. RGB value is (202,143,103). Sum of RGB (Red+Green+Blue) = 202+143+103=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F67 is #357098. Grayscale: #9C9C9C. Windows color (decimal): -3502233 or 6787018. OLE color: 6787018.
HSL color Cylindrical-coordinate representation of color #CA8F67: hue angle of 24.24º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA8F67 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 103 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.21 |
| HSL | 24.24º | 0.48% | 0.6% | - |
| HSV(B) | 24.24º | 0.49% | 0.79% | - |
| XYZ | 36.63 | 33.18 | 17.31 | - |
| YUV | 156.08 | 98.05 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 103 | 0 | 0.29 | 0.49 | 0.21 | 24.24 | 0.48 | 0.6 |
| Hex | CA | 8F | 67 | 0 | 1D | 31 | 15 | 18 | 30 | 3C |
| Octal | 312 | 217 | 147 | 0 | 35 | 61 | 25 | 30 | 60 | 74 |
| Binary | 11001010 | 10001111 | 1100111 | 0 | 11101 | 110001 | 10101 | 11000 | 110000 | 111100 |
Color Harmonies of #CA8F67
Complementary color
Monochromatic Colors of #CA8F67
Black with #CA8F67
Text Example
Text Example
White with #CA8F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F67; }
p { color: rgb(202,143,103); }
H1.HeaderClassName
{
color: #CA8F67;
}
.AnyTagClassName
{
color: #CA8F67;
}
</style>
background-color css
<style>
a { background-color: #CA8F67; }
a { background-color: rgb(202,143,103); }
div.DivClassName
{
background-color: #CA8F67;
}
.BgClassName
{
background-color: #CA8F67;
}
</style>
border-color css
<style>
span { border-color: #CA8F67; }
span { border-color: rgb(202,143,103); }
td.TdClassName
{
border-color: #CA8F67;
}
.TagClassName
{
border-color: #CA8F67;
}
</style>