Shades of Dark Khaki #C8BE6A
Tints of Dark Khaki #C8BE6A
RGB
CMYK
RGB Variations
Color information
#C8BE6A (or 0xC8BE6A) is known color: Dark Khaki. HEX triplet: C8, BE and 6A. RGB value is (200,190,106). Sum of RGB (Red+Green+Blue) = 200+190+106=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE6A is #374195. Grayscale: #B7B7B7. Windows color (decimal): -3621270 or 6995656. OLE color: 6995656.
HSL color Cylindrical-coordinate representation of color #C8BE6A: hue angle of 53.62º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8BE6A is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 106 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.22 |
| HSL | 53.62º | 0.46% | 0.6% | - |
| HSV(B) | 53.62º | 0.47% | 0.78% | - |
| XYZ | 44.83 | 50.15 | 20.95 | - |
| YUV | 183.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 106 | 0 | 0.05 | 0.47 | 0.22 | 53.62 | 0.46 | 0.6 |
| Hex | C8 | BE | 6A | 0 | 5 | 2F | 16 | 36 | 2E | 3C |
| Octal | 310 | 276 | 152 | 0 | 5 | 57 | 26 | 66 | 56 | 74 |
| Binary | 11001000 | 10111110 | 1101010 | 0 | 101 | 101111 | 10110 | 110110 | 101110 | 111100 |
Color Harmonies of #C8BE6A
Complementary color
Monochromatic Colors of #C8BE6A
Black with #C8BE6A
Text Example
Text Example
White with #C8BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE6A; }
p { color: rgb(200,190,106); }
H1.HeaderClassName
{
color: #C8BE6A;
}
.AnyTagClassName
{
color: #C8BE6A;
}
</style>
background-color css
<style>
a { background-color: #C8BE6A; }
a { background-color: rgb(200,190,106); }
div.DivClassName
{
background-color: #C8BE6A;
}
.BgClassName
{
background-color: #C8BE6A;
}
</style>
border-color css
<style>
span { border-color: #C8BE6A; }
span { border-color: rgb(200,190,106); }
td.TdClassName
{
border-color: #C8BE6A;
}
.TagClassName
{
border-color: #C8BE6A;
}
</style>