Shades of Dark Khaki #C3B267
Tints of Dark Khaki #C3B267
RGB
CMYK
RGB Variations
Color information
#C3B267 (or 0xC3B267) is known color: Dark Khaki. HEX triplet: C3, B2 and 67. RGB value is (195,178,103). Sum of RGB (Red+Green+Blue) = 195+178+103=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B267 is #3C4D98. Grayscale: #AEAEAE. Windows color (decimal): -3952025 or 6795971. OLE color: 6795971.
HSL color Cylindrical-coordinate representation of color #C3B267: hue angle of 48.91º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3B267 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 178 | 103 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.24 |
| HSL | 48.91º | 0.43% | 0.58% | - |
| HSV(B) | 48.91º | 0.47% | 0.76% | - |
| XYZ | 40.87 | 44.42 | 19.25 | - |
| YUV | 174.53 | 87.63 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 103 | 0 | 0.09 | 0.47 | 0.24 | 48.91 | 0.43 | 0.58 |
| Hex | C3 | B2 | 67 | 0 | 9 | 2F | 18 | 31 | 2B | 3A |
| Octal | 303 | 262 | 147 | 0 | 11 | 57 | 30 | 61 | 53 | 72 |
| Binary | 11000011 | 10110010 | 1100111 | 0 | 1001 | 101111 | 11000 | 110001 | 101011 | 111010 |
Color Harmonies of #C3B267
Complementary color
Monochromatic Colors of #C3B267
Black with #C3B267
Text Example
Text Example
White with #C3B267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B267; }
p { color: rgb(195,178,103); }
H1.HeaderClassName
{
color: #C3B267;
}
.AnyTagClassName
{
color: #C3B267;
}
</style>
background-color css
<style>
a { background-color: #C3B267; }
a { background-color: rgb(195,178,103); }
div.DivClassName
{
background-color: #C3B267;
}
.BgClassName
{
background-color: #C3B267;
}
</style>
border-color css
<style>
span { border-color: #C3B267; }
span { border-color: rgb(195,178,103); }
td.TdClassName
{
border-color: #C3B267;
}
.TagClassName
{
border-color: #C3B267;
}
</style>