Shades of Dark Khaki #C3BE68
Tints of Dark Khaki #C3BE68
RGB
CMYK
RGB Variations
Color information
#C3BE68 (or 0xC3BE68) is known color: Dark Khaki. HEX triplet: C3, BE and 68. RGB value is (195,190,104). Sum of RGB (Red+Green+Blue) = 195+190+104=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE68 is #3C4197. Grayscale: #B6B6B6. Windows color (decimal): -3948952 or 6864579. OLE color: 6864579.
HSL color Cylindrical-coordinate representation of color #C3BE68: hue angle of 56.7º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3BE68 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 190 | 104 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.24 |
| HSL | 56.7º | 0.43% | 0.59% | - |
| HSV(B) | 56.7º | 0.47% | 0.76% | - |
| XYZ | 43.42 | 49.43 | 20.35 | - |
| YUV | 181.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 104 | 0 | 0.03 | 0.47 | 0.24 | 56.7 | 0.43 | 0.59 |
| Hex | C3 | BE | 68 | 0 | 3 | 2F | 18 | 39 | 2B | 3B |
| Octal | 303 | 276 | 150 | 0 | 3 | 57 | 30 | 71 | 53 | 73 |
| Binary | 11000011 | 10111110 | 1101000 | 0 | 11 | 101111 | 11000 | 111001 | 101011 | 111011 |
Color Harmonies of #C3BE68
Complementary color
Monochromatic Colors of #C3BE68
Black with #C3BE68
Text Example
Text Example
White with #C3BE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BE68; }
p { color: rgb(195,190,104); }
H1.HeaderClassName
{
color: #C3BE68;
}
.AnyTagClassName
{
color: #C3BE68;
}
</style>
background-color css
<style>
a { background-color: #C3BE68; }
a { background-color: rgb(195,190,104); }
div.DivClassName
{
background-color: #C3BE68;
}
.BgClassName
{
background-color: #C3BE68;
}
</style>
border-color css
<style>
span { border-color: #C3BE68; }
span { border-color: rgb(195,190,104); }
td.TdClassName
{
border-color: #C3BE68;
}
.TagClassName
{
border-color: #C3BE68;
}
</style>