Shades of Dark Khaki #C3BC74
Tints of Dark Khaki #C3BC74
RGB
CMYK
RGB Variations
Color information
#C3BC74 (or 0xC3BC74) is known color: Dark Khaki. HEX triplet: C3, BC and 74. RGB value is (195,188,116). Sum of RGB (Red+Green+Blue) = 195+188+116=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC74 is #3C438B. Grayscale: #B6B6B6. Windows color (decimal): -3949452 or 7650499. OLE color: 7650499.
HSL color Cylindrical-coordinate representation of color #C3BC74: hue angle of 54.68º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3BC74 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 116 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.24 |
| HSL | 54.68º | 0.4% | 0.61% | - |
| HSV(B) | 54.68º | 0.41% | 0.76% | - |
| XYZ | 43.64 | 48.83 | 23.65 | - |
| YUV | 181.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 116 | 0 | 0.04 | 0.41 | 0.24 | 54.68 | 0.4 | 0.61 |
| Hex | C3 | BC | 74 | 0 | 4 | 29 | 18 | 37 | 28 | 3D |
| Octal | 303 | 274 | 164 | 0 | 4 | 51 | 30 | 67 | 50 | 75 |
| Binary | 11000011 | 10111100 | 1110100 | 0 | 100 | 101001 | 11000 | 110111 | 101000 | 111101 |
Color Harmonies of #C3BC74
Complementary color
Monochromatic Colors of #C3BC74
Black with #C3BC74
Text Example
Text Example
White with #C3BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC74; }
p { color: rgb(195,188,116); }
H1.HeaderClassName
{
color: #C3BC74;
}
.AnyTagClassName
{
color: #C3BC74;
}
</style>
background-color css
<style>
a { background-color: #C3BC74; }
a { background-color: rgb(195,188,116); }
div.DivClassName
{
background-color: #C3BC74;
}
.BgClassName
{
background-color: #C3BC74;
}
</style>
border-color css
<style>
span { border-color: #C3BC74; }
span { border-color: rgb(195,188,116); }
td.TdClassName
{
border-color: #C3BC74;
}
.TagClassName
{
border-color: #C3BC74;
}
</style>