#C1BA73

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

Shades of Dark Khaki #C1BA73

Tints of Dark Khaki #C1BA73

Color information

#C1BA73 (or 0xC1BA73) is unknown color: approx Dark Khaki. HEX triplet: C1, BA and 73. RGB value is (193,186,115). Sum of RGB (Red+Green+Blue) = 193+186+115=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA73 is #3E458C. Grayscale: #B4B4B4. Windows color (decimal): -4081037 or 7584449. OLE color: 7584449.

HSL color Cylindrical-coordinate representation of color #C1BA73: hue angle of 54.62º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1BA73 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB193186115-
CMYK00.040.400.24
HSL54.62º38.61%60.39%-
HSV(B)54.62º40.41%75.69%-
XYZ42.6547.6923.18-
YUV18091.32137.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.07%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 115 (45.31% from 255) = 23.28%
R=39.07%
G=37.65%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318611500.040.400.2454.6238.6160.39
HexC1BA7304281837273c
Octal301272163045030674774
Binary11000001101110101110011010010100011000110111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA73; }

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

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

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

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

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

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

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

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