#C0BA73

Color #C0BA73 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C0BA73

Tints of Dark Khaki #C0BA73

Color information

#C0BA73 (or 0xC0BA73) is unknown color: approx Dark Khaki. HEX triplet: C0, BA and 73. RGB value is (192,186,115). Sum of RGB (Red+Green+Blue) = 192+186+115=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA73 is #3F458C. Grayscale: #B3B3B3. Windows color (decimal): -4146573 or 7584448. OLE color: 7584448.

HSL color Cylindrical-coordinate representation of color #C0BA73: hue angle of 55.32º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0BA73 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192186115-
CMYK00.030.400.25
HSL55.32º37.93%60.2%-
HSV(B)55.32º40.1%75.29%-
XYZ42.3947.5623.17-
YUV179.791.49136.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 115 (45.31% from 255) = 23.33%
R=38.95%
G=37.73%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218611500.030.400.2555.3237.9360.2
HexC0BA7303281937263c
Octal300272163035031674674
Binary1100000010111010111001101110100011001110111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA73; }

 p { color: rgb(192,186,115); }

 H1.HeaderClassName
 {
   color: #C0BA73;
 }
 .AnyTagClassName
 {
   color: #C0BA73;
 }
</style>
background-color css

<style>
 a { background-color: #C0BA73; }

 a { background-color: rgb(192,186,115); }

 div.DivClassName
 {
   background-color: #C0BA73;
 }
 .BgClassName
 {
   background-color: #C0BA73;
 }
</style>
border-color css

<style>
 span { border-color: #C0BA73; }

 span { border-color: rgb(192,186,115); }

 td.TdClassName
 {
   border-color: #C0BA73;
 }
 .TagClassName
 {
   border-color: #C0BA73;
 }
</style>