Shades of Dark Khaki #C3B467
Tints of Dark Khaki #C3B467
RGB
CMYK
RGB Variations
Color information
#C3B467 (or 0xC3B467) is known color: Dark Khaki. HEX triplet: C3, B4 and 67. RGB value is (195,180,103). Sum of RGB (Red+Green+Blue) = 195+180+103=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B467 is #3C4B98. Grayscale: #B0B0B0. Windows color (decimal): -3951513 or 6796483. OLE color: 6796483.
HSL color Cylindrical-coordinate representation of color #C3B467: hue angle of 50.22º 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 #C3B467 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 180 | 103 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.24 |
| HSL | 50.22º | 0.43% | 0.58% | - |
| HSV(B) | 50.22º | 0.47% | 0.76% | - |
| XYZ | 41.28 | 45.22 | 19.39 | - |
| YUV | 175.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 180 | 103 | 0 | 0.08 | 0.47 | 0.24 | 50.22 | 0.43 | 0.58 |
| Hex | C3 | B4 | 67 | 0 | 8 | 2F | 18 | 32 | 2B | 3A |
| Octal | 303 | 264 | 147 | 0 | 10 | 57 | 30 | 62 | 53 | 72 |
| Binary | 11000011 | 10110100 | 1100111 | 0 | 1000 | 101111 | 11000 | 110010 | 101011 | 111010 |
Color Harmonies of #C3B467
Complementary color
Monochromatic Colors of #C3B467
Black with #C3B467
Text Example
Text Example
White with #C3B467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B467; }
p { color: rgb(195,180,103); }
H1.HeaderClassName
{
color: #C3B467;
}
.AnyTagClassName
{
color: #C3B467;
}
</style>
background-color css
<style>
a { background-color: #C3B467; }
a { background-color: rgb(195,180,103); }
div.DivClassName
{
background-color: #C3B467;
}
.BgClassName
{
background-color: #C3B467;
}
</style>
border-color css
<style>
span { border-color: #C3B467; }
span { border-color: rgb(195,180,103); }
td.TdClassName
{
border-color: #C3B467;
}
.TagClassName
{
border-color: #C3B467;
}
</style>